Shades of Conifer #B0F855
Tints of Conifer #B0F855
RGB
CMYK
RGB Variations
Color information
#B0F855 (or 0xB0F855) is known color: Conifer. HEX triplet: B0, F8 and 55. RGB value is (176,248,85). Sum of RGB (Red+Green+Blue) = 176+248+85=509 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.58% from 509); Green value is 248 (97.27% from 255 or 48.72% from 509); Blue value is 85 (33.59% from 255 or 16.70% from 509); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F855 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F855 is #4F07AA. Grayscale: #D0D0D0. Windows color (decimal): -5179307 or 5634224. OLE color: 5634224.
HSL color Cylindrical-coordinate representation of color #B0F855: hue angle of 86.5º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0F855 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 85 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.03 |
| HSL | 86.5º | 0.92% | 0.65% | - |
| HSV(B) | 86.5º | 0.66% | 0.97% | - |
| XYZ | 53.11 | 77.02 | 20.66 | - |
| YUV | 207.89 | 58.65 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 85 | 0.29 | 0 | 0.66 | 0.03 | 86.5 | 0.92 | 0.65 |
| Hex | B0 | F8 | 55 | 1D | 0 | 42 | 3 | 57 | 5C | 41 |
| Octal | 260 | 370 | 125 | 35 | 0 | 102 | 3 | 127 | 134 | 101 |
| Binary | 10110000 | 11111000 | 1010101 | 11101 | 0 | 1000010 | 11 | 1010111 | 1011100 | 1000001 |
Color Harmonies of #B0F855
Complementary color
Monochromatic Colors of #B0F855
Black with #B0F855
Text Example
Text Example
White with #B0F855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F855; }
p { color: rgb(176,248,85); }
H1.HeaderClassName
{
color: #B0F855;
}
.AnyTagClassName
{
color: #B0F855;
}
</style>
background-color css
<style>
a { background-color: #B0F855; }
a { background-color: rgb(176,248,85); }
div.DivClassName
{
background-color: #B0F855;
}
.BgClassName
{
background-color: #B0F855;
}
</style>
border-color css
<style>
span { border-color: #B0F855; }
span { border-color: rgb(176,248,85); }
td.TdClassName
{
border-color: #B0F855;
}
.TagClassName
{
border-color: #B0F855;
}
</style>