Shades of Conifer #B2F860
Tints of Conifer #B2F860
RGB
CMYK
RGB Variations
Color information
#B2F860 (or 0xB2F860) is known color: Conifer. HEX triplet: B2, F8 and 60. RGB value is (178,248,96). Sum of RGB (Red+Green+Blue) = 178+248+96=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 248 (97.27% from 255 or 47.51% from 522); Blue value is 96 (37.89% from 255 or 18.39% from 522); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F860 is #4D079F. Grayscale: #D2D2D2. Windows color (decimal): -5048224 or 6355122. OLE color: 6355122.
HSL color Cylindrical-coordinate representation of color #B2F860: hue angle of 87.63º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2F860 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 96 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.03 |
| HSL | 87.63º | 0.92% | 0.67% | - |
| HSV(B) | 87.63º | 0.61% | 0.97% | - |
| XYZ | 54.04 | 77.44 | 23.17 | - |
| YUV | 209.74 | 63.81 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 96 | 0.28 | 0 | 0.61 | 0.03 | 87.63 | 0.92 | 0.67 |
| Hex | B2 | F8 | 60 | 1C | 0 | 3D | 3 | 58 | 5C | 43 |
| Octal | 262 | 370 | 140 | 34 | 0 | 75 | 3 | 130 | 134 | 103 |
| Binary | 10110010 | 11111000 | 1100000 | 11100 | 0 | 111101 | 11 | 1011000 | 1011100 | 1000011 |
Color Harmonies of #B2F860
Complementary color
Monochromatic Colors of #B2F860
Black with #B2F860
Text Example
Text Example
White with #B2F860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F860; }
p { color: rgb(178,248,96); }
H1.HeaderClassName
{
color: #B2F860;
}
.AnyTagClassName
{
color: #B2F860;
}
</style>
background-color css
<style>
a { background-color: #B2F860; }
a { background-color: rgb(178,248,96); }
div.DivClassName
{
background-color: #B2F860;
}
.BgClassName
{
background-color: #B2F860;
}
</style>
border-color css
<style>
span { border-color: #B2F860; }
span { border-color: rgb(178,248,96); }
td.TdClassName
{
border-color: #B2F860;
}
.TagClassName
{
border-color: #B2F860;
}
</style>