Shades of Conifer #B0F866
Tints of Conifer #B0F866
RGB
CMYK
RGB Variations
Color information
#B0F866 (or 0xB0F866) is known color: Conifer. HEX triplet: B0, F8 and 66. RGB value is (176,248,102). Sum of RGB (Red+Green+Blue) = 176+248+102=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F866 is #4F0799. Grayscale: #D2D2D2. Windows color (decimal): -5179290 or 6748336. OLE color: 6748336.
HSL color Cylindrical-coordinate representation of color #B0F866: hue angle of 89.59º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0F866 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 102 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.03 |
| HSL | 89.59º | 0.91% | 0.69% | - |
| HSV(B) | 89.59º | 0.59% | 0.97% | - |
| XYZ | 53.87 | 77.32 | 24.66 | - |
| YUV | 209.83 | 67.15 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 102 | 0.29 | 0 | 0.59 | 0.03 | 89.59 | 0.91 | 0.69 |
| Hex | B0 | F8 | 66 | 1D | 0 | 3B | 3 | 5A | 5B | 45 |
| Octal | 260 | 370 | 146 | 35 | 0 | 73 | 3 | 132 | 133 | 105 |
| Binary | 10110000 | 11111000 | 1100110 | 11101 | 0 | 111011 | 11 | 1011010 | 1011011 | 1000101 |
Color Harmonies of #B0F866
Complementary color
Monochromatic Colors of #B0F866
Black with #B0F866
Text Example
Text Example
White with #B0F866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F866; }
p { color: rgb(176,248,102); }
H1.HeaderClassName
{
color: #B0F866;
}
.AnyTagClassName
{
color: #B0F866;
}
</style>
background-color css
<style>
a { background-color: #B0F866; }
a { background-color: rgb(176,248,102); }
div.DivClassName
{
background-color: #B0F866;
}
.BgClassName
{
background-color: #B0F866;
}
</style>
border-color css
<style>
span { border-color: #B0F866; }
span { border-color: rgb(176,248,102); }
td.TdClassName
{
border-color: #B0F866;
}
.TagClassName
{
border-color: #B0F866;
}
</style>