#B5D257

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

Shades of Conifer #B5D257

Tints of Conifer #B5D257

Color information

#B5D257 (or 0xB5D257) is unknown color: approx Conifer. HEX triplet: B5, D2 and 57. RGB value is (181,210,87). Sum of RGB (Red+Green+Blue) = 181+210+87=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 87 (34.38% from 255 or 18.20% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D257 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D257 is #4A2DA8. Grayscale: #BBBBBB. Windows color (decimal): -4861353 or 5755573. OLE color: 5755573.

HSL color Cylindrical-coordinate representation of color #B5D257: hue angle of 74.15º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B5D257 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB18121087-
CMYK0.1400.590.18
HSL74.15º57.75%58.24%-
HSV(B)74.15º58.57%82.35%-
XYZ43.8256.6117.63-
YUV187.3171.39123.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 210 (82.42% from 255) = 43.93%
BLUE value IS 87 (34.38% from 255) = 18.20%
R=37.87%
G=43.93%
B=18.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181210870.1400.590.1874.1557.7558.24
HexB5D257E03B124a3a3a
Octal26532212716073221127272
Binary1011010111010010101011111100111011100101001010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D257; }

 p { color: rgb(181,210,87); }

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

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

 a { background-color: rgb(181,210,87); }

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

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

 span { border-color: rgb(181,210,87); }

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