Shades of Conifer #B6E444
Tints of Conifer #B6E444
RGB
CMYK
RGB Variations
Color information
#B6E444 (or 0xB6E444) is known color: Conifer. HEX triplet: B6, E4 and 44. RGB value is (182,228,68). Sum of RGB (Red+Green+Blue) = 182+228+68=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 68 (26.95% from 255 or 14.23% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #B6E444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E444 is #491BBB. Grayscale: #C4C4C4. Windows color (decimal): -4791228 or 4514998. OLE color: 4514998.
HSL color Cylindrical-coordinate representation of color #B6E444: hue angle of 77.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B6E444 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 228 | 68 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.11 |
| HSL | 77.25º | 0.75% | 0.58% | - |
| HSV(B) | 77.25º | 0.7% | 0.89% | - |
| XYZ | 48.08 | 65.85 | 15.65 | - |
| YUV | 196.01 | 55.76 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 228 | 68 | 0.20 | 0 | 0.70 | 0.11 | 77.25 | 0.75 | 0.58 |
| Hex | B6 | E4 | 44 | 14 | 0 | 46 | B | 4D | 4B | 3A |
| Octal | 266 | 344 | 104 | 24 | 0 | 106 | 13 | 115 | 113 | 72 |
| Binary | 10110110 | 11100100 | 1000100 | 10100 | 0 | 1000110 | 1011 | 1001101 | 1001011 | 111010 |
Color Harmonies of #B6E444
Complementary color
Monochromatic Colors of #B6E444
Black with #B6E444
Text Example
Text Example
White with #B6E444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E444; }
p { color: rgb(182,228,68); }
H1.HeaderClassName
{
color: #B6E444;
}
.AnyTagClassName
{
color: #B6E444;
}
</style>
background-color css
<style>
a { background-color: #B6E444; }
a { background-color: rgb(182,228,68); }
div.DivClassName
{
background-color: #B6E444;
}
.BgClassName
{
background-color: #B6E444;
}
</style>
border-color css
<style>
span { border-color: #B6E444; }
span { border-color: rgb(182,228,68); }
td.TdClassName
{
border-color: #B6E444;
}
.TagClassName
{
border-color: #B6E444;
}
</style>