Shades of Conifer #B0F55B
Tints of Conifer #B0F55B
RGB
CMYK
RGB Variations
Color information
#B0F55B (or 0xB0F55B) is known color: Conifer. HEX triplet: B0, F5 and 5B. RGB value is (176,245,91). Sum of RGB (Red+Green+Blue) = 176+245+91=512 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.38% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #B0F55B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F55B is #4F0AA4. Grayscale: #CFCFCF. Windows color (decimal): -5180069 or 6026672. OLE color: 6026672.
HSL color Cylindrical-coordinate representation of color #B0F55B: hue angle of 86.88º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0F55B is Cyan = 0.28, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 245 | 91 | - |
| CMYK | 0.28 | 0 | 0.63 | 0.04 |
| HSL | 86.88º | 0.89% | 0.66% | - |
| HSV(B) | 86.88º | 0.63% | 0.96% | - |
| XYZ | 52.45 | 75.29 | 21.67 | - |
| YUV | 206.81 | 62.64 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 245 | 91 | 0.28 | 0 | 0.63 | 0.04 | 86.88 | 0.89 | 0.66 |
| Hex | B0 | F5 | 5B | 1C | 0 | 3F | 4 | 57 | 59 | 42 |
| Octal | 260 | 365 | 133 | 34 | 0 | 77 | 4 | 127 | 131 | 102 |
| Binary | 10110000 | 11110101 | 1011011 | 11100 | 0 | 111111 | 100 | 1010111 | 1011001 | 1000010 |
Color Harmonies of #B0F55B
Complementary color
Monochromatic Colors of #B0F55B
Black with #B0F55B
Text Example
Text Example
White with #B0F55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F55B; }
p { color: rgb(176,245,91); }
H1.HeaderClassName
{
color: #B0F55B;
}
.AnyTagClassName
{
color: #B0F55B;
}
</style>
background-color css
<style>
a { background-color: #B0F55B; }
a { background-color: rgb(176,245,91); }
div.DivClassName
{
background-color: #B0F55B;
}
.BgClassName
{
background-color: #B0F55B;
}
</style>
border-color css
<style>
span { border-color: #B0F55B; }
span { border-color: rgb(176,245,91); }
td.TdClassName
{
border-color: #B0F55B;
}
.TagClassName
{
border-color: #B0F55B;
}
</style>