#B7DE50

Color #B7DE50 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B7DE50

Tints of Conifer #B7DE50

Color information

#B7DE50 (or 0xB7DE50) is unknown color: approx Conifer. HEX triplet: B7, DE and 50. RGB value is (183,222,80). Sum of RGB (Red+Green+Blue) = 183+222+80=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7DE50 is #4821AF. Grayscale: #C2C2C2. Windows color (decimal): -4727216 or 5299895. OLE color: 5299895.

HSL color Cylindrical-coordinate representation of color #B7DE50: hue angle of 76.48º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7DE50 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB18322280-
CMYK0.1800.640.13
HSL76.48º68.27%59.22%-
HSV(B)76.48º63.96%87.06%-
XYZ47.162.8917.25-
YUV194.1563.58120.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 222 (87.11% from 255) = 45.77%
BLUE value IS 80 (31.64% from 255) = 16.49%
R=37.73%
G=45.77%
B=16.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183222800.1800.640.1376.4868.2759.22
HexB7DE5012040D4c443b
Octal2673361202201001511410473
Binary101101111101111010100001001001000000110110011001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DE50; }

 p { color: rgb(183,222,80); }

 H1.HeaderClassName
 {
   color: #B7DE50;
 }
 .AnyTagClassName
 {
   color: #B7DE50;
 }
</style>
background-color css

<style>
 a { background-color: #B7DE50; }

 a { background-color: rgb(183,222,80); }

 div.DivClassName
 {
   background-color: #B7DE50;
 }
 .BgClassName
 {
   background-color: #B7DE50;
 }
</style>
border-color css

<style>
 span { border-color: #B7DE50; }

 span { border-color: rgb(183,222,80); }

 td.TdClassName
 {
   border-color: #B7DE50;
 }
 .TagClassName
 {
   border-color: #B7DE50;
 }
</style>