COLOR #B7DE30

HEX: #B7DE30 RGB: (183,222,48)

Color info

#B7DE30 contains mainly red and green colors. Web safe color of #B7DE30 is #CCCC33 (or #CC3).

RGB color model

#B7DE30 color RGB value is (183,222,48).

RGB: (183,222,48) (72%, 87%, 19%)

RGB channels and saturation

R 183 of 255 = 72%
G 222 of 255 = 87%
B 48 of 255 = 19%

183
222
48

R + G + B ~ 59%. #B7DE30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 183 + 222 + 48 = 453 (100%)
R 183 of 453 ~ 40.4%
G 222 of 453 ~ 49.01%
B 48 of 453 ~ 10.6'%

%40.4
%49.01
%10.6

CMYK color model

#B7DE30 color CMYK value is (18,0,78,13).

  • cyan value is 17.57%
  • magenta value is 0.00%
  • yellow value is 78.38%
  • key color value is 12.94%

CMYK: (18,0,78,13)
C18M0Y78K13 (18%, 0%, 78%, 13%)
(0.18 / 0.00 / 0.78 / 0.13)

CMYK percentages

%17.57
%0
%78.38
%12.94

Codes

Color #B7DE30 in popluar color models

B7 DE 30
RGB 183 222 48
HSL 73° 72.50% 52.94%
HSB/HSV 73° 78.38% 87.06%
CMYK 17.57% 0.00% 78.38%
12.94%

Color #B7DE30 in popluar number systems.

HEX B7 DE 30
Decimal 183 222 48
Binary 10110111 11011110 110000
Octal 267 336 60

Shades and tints

Shades of #B7DE30

#B7DE30
(183,222,48)
#A7CA2C
(167,202,44)
#97B628
(151,182,40)
#87A224
(135,162,36)
#778E20
(119,142,32)
#677A1C
(103,122,28)
#576618
(87,102,24)
#475214
(71,82,20)
#373E10
(55,62,16)
#272A0C
(39,42,12)
#171608
(23,22,8)
#000000
(0,0,0)

Tints of #B7DE30

#B7DE30
(183,222,48)
#BDE142
(189,225,66)
#C3E454
(195,228,84)
#C9E766
(201,231,102)
#CFEA78
(207,234,120)
#D5ED8A
(213,237,138)
#DBF09C
(219,240,156)
#E1F3AE
(225,243,174)
#E7F6C0
(231,246,192)
#EDF9D2
(237,249,210)
#F3FCE4
(243,252,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7DE30 color. Also use rgb(183,222,48) instead hex code.

Text Font Color

.myTextColor { color: #B7DE30; }

<p style="color:#B7DE30">This sample text font color is #B7DE30.</p>

This text font color is #B7DE30.

Background Color

.myBgColor { background-color: #B7DE30; }

<div style="background-color:#B7DE30">Inner text</div>

This div background color is #B7DE30.

Border color

.myBorderColor { border: 1px solid #B7DE30; }

<div style="border:3px solid #B7DE30">Div</div>

This div border color is #B7DE30.

Opacity

.myOpacity80 { color: #B7DE30; opacity: 0.8; }

<p style="color:#B7DE30;opacity:0.8;">80%</p>

Text with #B7DE30 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B7DE30;}

<p style="text-shadow: 3px 3px 1px #B7DE30">Text here.</p>

This text has shadow with #B7DE30 color.


.textShadow {text-shadow: 3px 3px 1px #B7DE30', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B7DE30, 5px 5px 20px red">Text here.</p>

This text has shadow with #B7DE30 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B7DE30, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B7DE30, Direction=45, Strength=4)">Text</p>

This text has shadow with #B7DE30 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B7DE30;
-webkit-box-shadow: 1px 1px 3px 2px #B7DE30;
box-shadow: 1px 1px 3px 2px #B7DE30;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B7DE30; -webkit-box-shadow: 1px 1px 3px 2px #B7DE30; box-shadow:1px 1px 3px 2px #B7DE30;">
Div content here
</div>

This div box has shadow with color #B7DE30.

Preview

Color preview on black background

This text has color #B7DE30 on black background.


Color preview on white background

This text has color #B7DE30 on white background.


Black color preview on #B7DE30 background

This text has black color on #B7DE30 background.


White color preview on #B7DE30 background

This text has white color on #B7DE30 background.


Related colors

Complementary color

Complementary color for #hex is #4821CF.


I love getcolorcode.com

Triadic colors

1 #30B7DE and #DE30B7 with #B7DE30 are triadic colors.

2 #30DEB7 and #DEB730 with #B7DE30 are triadic colors.