Shades of Conifer #B8F860
Tints of Conifer #B8F860
RGB
CMYK
RGB Variations
Color information
#B8F860 (or 0xB8F860) is known color: Conifer. HEX triplet: B8, F8 and 60. RGB value is (184,248,96). Sum of RGB (Red+Green+Blue) = 184+248+96=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #B8F860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8F860 is #47079F. Grayscale: #D4D4D4. Windows color (decimal): -4655008 or 6355128. OLE color: 6355128.
HSL color Cylindrical-coordinate representation of color #B8F860: hue angle of 85.26º 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 #B8F860 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 184 | 248 | 96 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.03 |
| HSL | 85.26º | 0.92% | 0.67% | - |
| HSV(B) | 85.26º | 0.61% | 0.97% | - |
| XYZ | 55.45 | 78.17 | 23.23 | - |
| YUV | 211.54 | 62.8 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 248 | 96 | 0.26 | 0 | 0.61 | 0.03 | 85.26 | 0.92 | 0.67 |
| Hex | B8 | F8 | 60 | 1A | 0 | 3D | 3 | 55 | 5C | 43 |
| Octal | 270 | 370 | 140 | 32 | 0 | 75 | 3 | 125 | 134 | 103 |
| Binary | 10111000 | 11111000 | 1100000 | 11010 | 0 | 111101 | 11 | 1010101 | 1011100 | 1000011 |
Color Harmonies of #B8F860
Complementary color
Monochromatic Colors of #B8F860
Black with #B8F860
Text Example
Text Example
White with #B8F860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F860; }
p { color: rgb(184,248,96); }
H1.HeaderClassName
{
color: #B8F860;
}
.AnyTagClassName
{
color: #B8F860;
}
</style>
background-color css
<style>
a { background-color: #B8F860; }
a { background-color: rgb(184,248,96); }
div.DivClassName
{
background-color: #B8F860;
}
.BgClassName
{
background-color: #B8F860;
}
</style>
border-color css
<style>
span { border-color: #B8F860; }
span { border-color: rgb(184,248,96); }
td.TdClassName
{
border-color: #B8F860;
}
.TagClassName
{
border-color: #B8F860;
}
</style>