Shades of Conifer #B0F155
Tints of Conifer #B0F155
RGB
CMYK
RGB Variations
Color information
#B0F155 (or 0xB0F155) is known color: Conifer. HEX triplet: B0, F1 and 55. RGB value is (176,241,85). Sum of RGB (Red+Green+Blue) = 176+241+85=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F155 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F155 is #4F0EAA. Grayscale: #CCCCCC. Windows color (decimal): -5181099 or 5632432. OLE color: 5632432.
HSL color Cylindrical-coordinate representation of color #B0F155: hue angle of 85º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0F155 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 85 | - |
| CMYK | 0.27 | 0 | 0.65 | 0.05 |
| HSL | 85º | 0.85% | 0.64% | - |
| HSV(B) | 85º | 0.65% | 0.95% | - |
| XYZ | 51 | 72.8 | 19.96 | - |
| YUV | 203.78 | 60.97 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 85 | 0.27 | 0 | 0.65 | 0.05 | 85 | 0.85 | 0.64 |
| Hex | B0 | F1 | 55 | 1B | 0 | 41 | 5 | 55 | 55 | 40 |
| Octal | 260 | 361 | 125 | 33 | 0 | 101 | 5 | 125 | 125 | 100 |
| Binary | 10110000 | 11110001 | 1010101 | 11011 | 0 | 1000001 | 101 | 1010101 | 1010101 | 1000000 |
Color Harmonies of #B0F155
Complementary color
Monochromatic Colors of #B0F155
Black with #B0F155
Text Example
Text Example
White with #B0F155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F155; }
p { color: rgb(176,241,85); }
H1.HeaderClassName
{
color: #B0F155;
}
.AnyTagClassName
{
color: #B0F155;
}
</style>
background-color css
<style>
a { background-color: #B0F155; }
a { background-color: rgb(176,241,85); }
div.DivClassName
{
background-color: #B0F155;
}
.BgClassName
{
background-color: #B0F155;
}
</style>
border-color css
<style>
span { border-color: #B0F155; }
span { border-color: rgb(176,241,85); }
td.TdClassName
{
border-color: #B0F155;
}
.TagClassName
{
border-color: #B0F155;
}
</style>