Shades of Conifer #B0F85B
Tints of Conifer #B0F85B
RGB
CMYK
RGB Variations
Color information
#B0F85B (or 0xB0F85B) is known color: Conifer. HEX triplet: B0, F8 and 5B. RGB value is (176,248,91). Sum of RGB (Red+Green+Blue) = 176+248+91=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 248 (97.27% from 255 or 48.16% from 515); Blue value is 91 (35.94% from 255 or 17.67% from 515); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F85B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F85B is #4F07A4. Grayscale: #D1D1D1. Windows color (decimal): -5179301 or 6027440. OLE color: 6027440.
HSL color Cylindrical-coordinate representation of color #B0F85B: hue angle of 87.52º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0F85B is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 91 | - |
| CMYK | 0.29 | 0 | 0.63 | 0.03 |
| HSL | 87.52º | 0.92% | 0.66% | - |
| HSV(B) | 87.52º | 0.63% | 0.97% | - |
| XYZ | 53.36 | 77.12 | 21.97 | - |
| YUV | 208.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 91 | 0.29 | 0 | 0.63 | 0.03 | 87.52 | 0.92 | 0.66 |
| Hex | B0 | F8 | 5B | 1D | 0 | 3F | 3 | 58 | 5C | 42 |
| Octal | 260 | 370 | 133 | 35 | 0 | 77 | 3 | 130 | 134 | 102 |
| Binary | 10110000 | 11111000 | 1011011 | 11101 | 0 | 111111 | 11 | 1011000 | 1011100 | 1000010 |
Color Harmonies of #B0F85B
Complementary color
Monochromatic Colors of #B0F85B
Black with #B0F85B
Text Example
Text Example
White with #B0F85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F85B; }
p { color: rgb(176,248,91); }
H1.HeaderClassName
{
color: #B0F85B;
}
.AnyTagClassName
{
color: #B0F85B;
}
</style>
background-color css
<style>
a { background-color: #B0F85B; }
a { background-color: rgb(176,248,91); }
div.DivClassName
{
background-color: #B0F85B;
}
.BgClassName
{
background-color: #B0F85B;
}
</style>
border-color css
<style>
span { border-color: #B0F85B; }
span { border-color: rgb(176,248,91); }
td.TdClassName
{
border-color: #B0F85B;
}
.TagClassName
{
border-color: #B0F85B;
}
</style>