Shades of Conifer #B6EC41
Tints of Conifer #B6EC41
RGB
CMYK
RGB Variations
Color information
#B6EC41 (or 0xB6EC41) is known color: Conifer. HEX triplet: B6, EC and 41. RGB value is (182,236,65). Sum of RGB (Red+Green+Blue) = 182+236+65=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #B6EC41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6EC41 is #4913BE. Grayscale: #C8C8C8. Windows color (decimal): -4789183 or 4320438. OLE color: 4320438.
HSL color Cylindrical-coordinate representation of color #B6EC41: hue angle of 78.95º 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 #B6EC41 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 236 | 65 | - |
| CMYK | 0.23 | 0 | 0.72 | 0.07 |
| HSL | 78.95º | 0.82% | 0.59% | - |
| HSV(B) | 78.95º | 0.72% | 0.93% | - |
| XYZ | 50.24 | 70.32 | 15.93 | - |
| YUV | 200.36 | 51.61 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 236 | 65 | 0.23 | 0 | 0.72 | 0.07 | 78.95 | 0.82 | 0.59 |
| Hex | B6 | EC | 41 | 17 | 0 | 48 | 7 | 4F | 52 | 3B |
| Octal | 266 | 354 | 101 | 27 | 0 | 110 | 7 | 117 | 122 | 73 |
| Binary | 10110110 | 11101100 | 1000001 | 10111 | 0 | 1001000 | 111 | 1001111 | 1010010 | 111011 |
Color Harmonies of #B6EC41
Complementary color
Monochromatic Colors of #B6EC41
Black with #B6EC41
Text Example
Text Example
White with #B6EC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6EC41; }
p { color: rgb(182,236,65); }
H1.HeaderClassName
{
color: #B6EC41;
}
.AnyTagClassName
{
color: #B6EC41;
}
</style>
background-color css
<style>
a { background-color: #B6EC41; }
a { background-color: rgb(182,236,65); }
div.DivClassName
{
background-color: #B6EC41;
}
.BgClassName
{
background-color: #B6EC41;
}
</style>
border-color css
<style>
span { border-color: #B6EC41; }
span { border-color: rgb(182,236,65); }
td.TdClassName
{
border-color: #B6EC41;
}
.TagClassName
{
border-color: #B6EC41;
}
</style>