Shades of Conifer #B0F659
Tints of Conifer #B0F659
RGB
CMYK
RGB Variations
Color information
#B0F659 (or 0xB0F659) is known color: Conifer. HEX triplet: B0, F6 and 59. RGB value is (176,246,89). Sum of RGB (Red+Green+Blue) = 176+246+89=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F659 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F659 is #4F09A6. Grayscale: #CFCFCF. Windows color (decimal): -5179815 or 5895856. OLE color: 5895856.
HSL color Cylindrical-coordinate representation of color #B0F659: hue angle of 86.75º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0F659 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 89 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.04 |
| HSL | 86.75º | 0.9% | 0.66% | - |
| HSV(B) | 86.75º | 0.64% | 0.96% | - |
| XYZ | 52.66 | 75.86 | 21.32 | - |
| YUV | 207.17 | 61.31 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 89 | 0.28 | 0 | 0.64 | 0.04 | 86.75 | 0.9 | 0.66 |
| Hex | B0 | F6 | 59 | 1C | 0 | 40 | 4 | 57 | 5A | 42 |
| Octal | 260 | 366 | 131 | 34 | 0 | 100 | 4 | 127 | 132 | 102 |
| Binary | 10110000 | 11110110 | 1011001 | 11100 | 0 | 1000000 | 100 | 1010111 | 1011010 | 1000010 |
Color Harmonies of #B0F659
Complementary color
Monochromatic Colors of #B0F659
Black with #B0F659
Text Example
Text Example
White with #B0F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F659; }
p { color: rgb(176,246,89); }
H1.HeaderClassName
{
color: #B0F659;
}
.AnyTagClassName
{
color: #B0F659;
}
</style>
background-color css
<style>
a { background-color: #B0F659; }
a { background-color: rgb(176,246,89); }
div.DivClassName
{
background-color: #B0F659;
}
.BgClassName
{
background-color: #B0F659;
}
</style>
border-color css
<style>
span { border-color: #B0F659; }
span { border-color: rgb(176,246,89); }
td.TdClassName
{
border-color: #B0F659;
}
.TagClassName
{
border-color: #B0F659;
}
</style>