#B5DA57

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

Shades of Conifer #B5DA57

Tints of Conifer #B5DA57

Color information

#B5DA57 (or 0xB5DA57) is unknown color: approx Conifer. HEX triplet: B5, DA and 57. RGB value is (181,218,87). Sum of RGB (Red+Green+Blue) = 181+218+87=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 87 (34.38% from 255 or 17.90% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA57 is #4A25A8. Grayscale: #C0C0C0. Windows color (decimal): -4859305 or 5757621. OLE color: 5757621.

HSL color Cylindrical-coordinate representation of color #B5DA57: hue angle of 76.95º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5DA57 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB18121887-
CMYK0.1700.600.15
HSL76.95º63.9%59.8%-
HSV(B)76.95º60.09%85.49%-
XYZ45.8560.6518.31-
YUV19268.74120.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 218 (85.55% from 255) = 44.86%
BLUE value IS 87 (34.38% from 255) = 17.90%
R=37.24%
G=44.86%
B=17.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181218870.1700.600.1576.9563.959.8
HexB5DA571103CF4d403c
Octal265332127210741711510074
Binary10110101110110101010111100010111100111110011011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DA57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DA57; }

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

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

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

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

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

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

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

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