Shades of Conifer #B0FF59
Tints of Conifer #B0FF59
RGB
CMYK
RGB Variations
Color information
#B0FF59 (or 0xB0FF59) is known color: Conifer. HEX triplet: B0, FF and 59. RGB value is (176,255,89). Sum of RGB (Red+Green+Blue) = 176+255+89=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 89 (35.16% from 255 or 17.12% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FF59 is #4F00A6. Grayscale: #D5D5D5. Windows color (decimal): -5177511 or 5898160. OLE color: 5898160.
HSL color Cylindrical-coordinate representation of color #B0FF59: hue angle of 88.55º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0FF59 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 89 | - |
| CMYK | 0.31 | 0 | 0.65 | 0 |
| HSL | 88.55º | 1% | 0.67% | - |
| HSV(B) | 88.55º | 0.65% | 1% | - |
| XYZ | 55.47 | 81.47 | 22.25 | - |
| YUV | 212.46 | 58.33 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 89 | 0.31 | 0 | 0.65 | 0 | 88.55 | 1 | 0.67 |
| Hex | B0 | FF | 59 | 1F | 0 | 41 | 0 | 59 | 64 | 43 |
| Octal | 260 | 377 | 131 | 37 | 0 | 101 | 0 | 131 | 144 | 103 |
| Binary | 10110000 | 11111111 | 1011001 | 11111 | 0 | 1000001 | 0 | 1011001 | 1100100 | 1000011 |
Color Harmonies of #B0FF59
Complementary color
Monochromatic Colors of #B0FF59
Black with #B0FF59
Text Example
Text Example
White with #B0FF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF59; }
p { color: rgb(176,255,89); }
H1.HeaderClassName
{
color: #B0FF59;
}
.AnyTagClassName
{
color: #B0FF59;
}
</style>
background-color css
<style>
a { background-color: #B0FF59; }
a { background-color: rgb(176,255,89); }
div.DivClassName
{
background-color: #B0FF59;
}
.BgClassName
{
background-color: #B0FF59;
}
</style>
border-color css
<style>
span { border-color: #B0FF59; }
span { border-color: rgb(176,255,89); }
td.TdClassName
{
border-color: #B0FF59;
}
.TagClassName
{
border-color: #B0FF59;
}
</style>