Shades of Conifer #B6E84E
Tints of Conifer #B6E84E
RGB
CMYK
RGB Variations
Color information
#B6E84E (or 0xB6E84E) is known color: Conifer. HEX triplet: B6, E8 and 4E. RGB value is (182,232,78). Sum of RGB (Red+Green+Blue) = 182+232+78=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 232 (91.02% from 255 or 47.15% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E84E is #4917B1. Grayscale: #C8C8C8. Windows color (decimal): -4790194 or 5171382. OLE color: 5171382.
HSL color Cylindrical-coordinate representation of color #B6E84E: hue angle of 79.48º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B6E84E is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 232 | 78 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.09 |
| HSL | 79.48º | 0.77% | 0.61% | - |
| HSV(B) | 79.48º | 0.66% | 0.91% | - |
| XYZ | 49.52 | 68.21 | 17.76 | - |
| YUV | 199.49 | 59.44 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 232 | 78 | 0.22 | 0 | 0.66 | 0.09 | 79.48 | 0.77 | 0.61 |
| Hex | B6 | E8 | 4E | 16 | 0 | 42 | 9 | 4F | 4D | 3D |
| Octal | 266 | 350 | 116 | 26 | 0 | 102 | 11 | 117 | 115 | 75 |
| Binary | 10110110 | 11101000 | 1001110 | 10110 | 0 | 1000010 | 1001 | 1001111 | 1001101 | 111101 |
Color Harmonies of #B6E84E
Complementary color
Monochromatic Colors of #B6E84E
Black with #B6E84E
Text Example
Text Example
White with #B6E84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E84E; }
p { color: rgb(182,232,78); }
H1.HeaderClassName
{
color: #B6E84E;
}
.AnyTagClassName
{
color: #B6E84E;
}
</style>
background-color css
<style>
a { background-color: #B6E84E; }
a { background-color: rgb(182,232,78); }
div.DivClassName
{
background-color: #B6E84E;
}
.BgClassName
{
background-color: #B6E84E;
}
</style>
border-color css
<style>
span { border-color: #B6E84E; }
span { border-color: rgb(182,232,78); }
td.TdClassName
{
border-color: #B6E84E;
}
.TagClassName
{
border-color: #B6E84E;
}
</style>