Shades of Conifer #B2E864
Tints of Conifer #B2E864
RGB
CMYK
RGB Variations
Color information
#B2E864 (or 0xB2E864) is known color: Conifer. HEX triplet: B2, E8 and 64. RGB value is (178,232,100). Sum of RGB (Red+Green+Blue) = 178+232+100=510 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.90% from 510); Green value is 232 (91.02% from 255 or 45.49% from 510); Blue value is 100 (39.45% from 255 or 19.61% from 510); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E864 is #4D179B. Grayscale: #C9C9C9. Windows color (decimal): -5052316 or 6613170. OLE color: 6613170.
HSL color Cylindrical-coordinate representation of color #B2E864: hue angle of 84.55º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2E864 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 100 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.09 |
| HSL | 84.55º | 0.74% | 0.65% | - |
| HSV(B) | 84.55º | 0.57% | 0.91% | - |
| XYZ | 49.52 | 68.1 | 22.59 | - |
| YUV | 200.81 | 71.11 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 100 | 0.23 | 0 | 0.57 | 0.09 | 84.55 | 0.74 | 0.65 |
| Hex | B2 | E8 | 64 | 17 | 0 | 39 | 9 | 55 | 4A | 41 |
| Octal | 262 | 350 | 144 | 27 | 0 | 71 | 11 | 125 | 112 | 101 |
| Binary | 10110010 | 11101000 | 1100100 | 10111 | 0 | 111001 | 1001 | 1010101 | 1001010 | 1000001 |
Color Harmonies of #B2E864
Complementary color
Monochromatic Colors of #B2E864
Black with #B2E864
Text Example
Text Example
White with #B2E864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E864; }
p { color: rgb(178,232,100); }
H1.HeaderClassName
{
color: #B2E864;
}
.AnyTagClassName
{
color: #B2E864;
}
</style>
background-color css
<style>
a { background-color: #B2E864; }
a { background-color: rgb(178,232,100); }
div.DivClassName
{
background-color: #B2E864;
}
.BgClassName
{
background-color: #B2E864;
}
</style>
border-color css
<style>
span { border-color: #B2E864; }
span { border-color: rgb(178,232,100); }
td.TdClassName
{
border-color: #B2E864;
}
.TagClassName
{
border-color: #B2E864;
}
</style>