Shades of Conifer #B5E061
Tints of Conifer #B5E061
RGB
CMYK
RGB Variations
Color information
#B5E061 (or 0xB5E061) is known color: Conifer. HEX triplet: B5, E0 and 61. RGB value is (181,224,97). Sum of RGB (Red+Green+Blue) = 181+224+97=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E061 is #4A1F9E. Grayscale: #C5C5C5. Windows color (decimal): -4857759 or 6414517. OLE color: 6414517.
HSL color Cylindrical-coordinate representation of color #B5E061: hue angle of 80.31º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5E061 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
RGB | 181 | 224 | 97 | - |
CMYK | 0.19 | 0 | 0.57 | 0.12 |
HSL | 80.31º | 0.67% | 0.63% | - |
HSV(B) | 80.31º | 0.57% | 0.88% | - |
XYZ | 47.87 | 64 | 21.14 | - |
YUV | 196.67 | 71.75 | 116.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 224 | 97 | 0.19 | 0 | 0.57 | 0.12 | 80.31 | 0.67 | 0.63 |
Hex | B5 | E0 | 61 | 13 | 0 | 39 | C | 50 | 43 | 3F |
Octal | 265 | 340 | 141 | 23 | 0 | 71 | 14 | 120 | 103 | 77 |
Binary | 10110101 | 11100000 | 1100001 | 10011 | 0 | 111001 | 1100 | 1010000 | 1000011 | 111111 |
Color Harmonies of #B5E061
Complementary color
Monochromatic Colors of #B5E061
Black with #B5E061
Text Example
Text Example
White with #B5E061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E061; }
p { color: rgb(181,224,97); }
H1.HeaderClassName
{
color: #B5E061;
}
.AnyTagClassName
{
color: #B5E061;
}
</style>
background-color css
<style>
a { background-color: #B5E061; }
a { background-color: rgb(181,224,97); }
div.DivClassName
{
background-color: #B5E061;
}
.BgClassName
{
background-color: #B5E061;
}
</style>
border-color css
<style>
span { border-color: #B5E061; }
span { border-color: rgb(181,224,97); }
td.TdClassName
{
border-color: #B5E061;
}
.TagClassName
{
border-color: #B5E061;
}
</style>