Shades of Conifer #B2E865
Tints of Conifer #B2E865
RGB
CMYK
RGB Variations
Color information
#B2E865 (or 0xB2E865) is known color: Conifer. HEX triplet: B2, E8 and 65. RGB value is (178,232,101). Sum of RGB (Red+Green+Blue) = 178+232+101=511 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.83% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #B2E865 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E865 is #4D179A. Grayscale: #C9C9C9. Windows color (decimal): -5052315 or 6678706. OLE color: 6678706.
HSL color Cylindrical-coordinate representation of color #B2E865: hue angle of 84.73º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2E865 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 232 | 101 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.09 |
| HSL | 84.73º | 0.74% | 0.65% | - |
| HSV(B) | 84.73º | 0.56% | 0.91% | - |
| XYZ | 49.57 | 68.12 | 22.85 | - |
| YUV | 200.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 232 | 101 | 0.23 | 0 | 0.56 | 0.09 | 84.73 | 0.74 | 0.65 |
| Hex | B2 | E8 | 65 | 17 | 0 | 38 | 9 | 55 | 4A | 41 |
| Octal | 262 | 350 | 145 | 27 | 0 | 70 | 11 | 125 | 112 | 101 |
| Binary | 10110010 | 11101000 | 1100101 | 10111 | 0 | 111000 | 1001 | 1010101 | 1001010 | 1000001 |
Color Harmonies of #B2E865
Complementary color
Monochromatic Colors of #B2E865
Black with #B2E865
Text Example
Text Example
White with #B2E865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E865; }
p { color: rgb(178,232,101); }
H1.HeaderClassName
{
color: #B2E865;
}
.AnyTagClassName
{
color: #B2E865;
}
</style>
background-color css
<style>
a { background-color: #B2E865; }
a { background-color: rgb(178,232,101); }
div.DivClassName
{
background-color: #B2E865;
}
.BgClassName
{
background-color: #B2E865;
}
</style>
border-color css
<style>
span { border-color: #B2E865; }
span { border-color: rgb(178,232,101); }
td.TdClassName
{
border-color: #B2E865;
}
.TagClassName
{
border-color: #B2E865;
}
</style>