Shades of Conifer #B0F962
Tints of Conifer #B0F962
RGB
CMYK
RGB Variations
Color information
#B0F962 (or 0xB0F962) is known color: Conifer. HEX triplet: B0, F9 and 62. RGB value is (176,249,98). Sum of RGB (Red+Green+Blue) = 176+249+98=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F962 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F962 is #4F069D. Grayscale: #D2D2D2. Windows color (decimal): -5179038 or 6486448. OLE color: 6486448.
HSL color Cylindrical-coordinate representation of color #B0F962: hue angle of 89.01º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0F962 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 98 | - |
| CMYK | 0.29 | 0 | 0.61 | 0.02 |
| HSL | 89.01º | 0.93% | 0.68% | - |
| HSV(B) | 89.01º | 0.61% | 0.98% | - |
| XYZ | 53.98 | 77.86 | 23.74 | - |
| YUV | 209.96 | 64.82 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 98 | 0.29 | 0 | 0.61 | 0.02 | 89.01 | 0.93 | 0.68 |
| Hex | B0 | F9 | 62 | 1D | 0 | 3D | 2 | 59 | 5D | 44 |
| Octal | 260 | 371 | 142 | 35 | 0 | 75 | 2 | 131 | 135 | 104 |
| Binary | 10110000 | 11111001 | 1100010 | 11101 | 0 | 111101 | 10 | 1011001 | 1011101 | 1000100 |
Color Harmonies of #B0F962
Complementary color
Monochromatic Colors of #B0F962
Black with #B0F962
Text Example
Text Example
White with #B0F962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F962; }
p { color: rgb(176,249,98); }
H1.HeaderClassName
{
color: #B0F962;
}
.AnyTagClassName
{
color: #B0F962;
}
</style>
background-color css
<style>
a { background-color: #B0F962; }
a { background-color: rgb(176,249,98); }
div.DivClassName
{
background-color: #B0F962;
}
.BgClassName
{
background-color: #B0F962;
}
</style>
border-color css
<style>
span { border-color: #B0F962; }
span { border-color: rgb(176,249,98); }
td.TdClassName
{
border-color: #B0F962;
}
.TagClassName
{
border-color: #B0F962;
}
</style>