Shades of Conifer #B5EC42
Tints of Conifer #B5EC42
RGB
CMYK
RGB Variations
Color information
#B5EC42 (or 0xB5EC42) is known color: Conifer. HEX triplet: B5, EC and 42. RGB value is (181,236,66). Sum of RGB (Red+Green+Blue) = 181+236+66=483 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.47% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #B5EC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EC42 is #4A13BD. Grayscale: #C8C8C8. Windows color (decimal): -4854718 or 4385973. OLE color: 4385973.
HSL color Cylindrical-coordinate representation of color #B5EC42: hue angle of 79.41º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5EC42 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 236 | 66 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.07 |
| HSL | 79.41º | 0.82% | 0.59% | - |
| HSV(B) | 79.41º | 0.72% | 0.93% | - |
| XYZ | 50.03 | 70.21 | 16.07 | - |
| YUV | 200.18 | 52.28 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 66 | 0.23 | 0 | 0.72 | 0.07 | 79.41 | 0.82 | 0.59 |
| Hex | B5 | EC | 42 | 17 | 0 | 48 | 7 | 4F | 52 | 3B |
| Octal | 265 | 354 | 102 | 27 | 0 | 110 | 7 | 117 | 122 | 73 |
| Binary | 10110101 | 11101100 | 1000010 | 10111 | 0 | 1001000 | 111 | 1001111 | 1010010 | 111011 |
Color Harmonies of #B5EC42
Complementary color
Monochromatic Colors of #B5EC42
Black with #B5EC42
Text Example
Text Example
White with #B5EC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EC42; }
p { color: rgb(181,236,66); }
H1.HeaderClassName
{
color: #B5EC42;
}
.AnyTagClassName
{
color: #B5EC42;
}
</style>
background-color css
<style>
a { background-color: #B5EC42; }
a { background-color: rgb(181,236,66); }
div.DivClassName
{
background-color: #B5EC42;
}
.BgClassName
{
background-color: #B5EC42;
}
</style>
border-color css
<style>
span { border-color: #B5EC42; }
span { border-color: rgb(181,236,66); }
td.TdClassName
{
border-color: #B5EC42;
}
.TagClassName
{
border-color: #B5EC42;
}
</style>