Shades of Conifer #B0F963
Tints of Conifer #B0F963
RGB
CMYK
RGB Variations
Color information
#B0F963 (or 0xB0F963) is known color: Conifer. HEX triplet: B0, F9 and 63. RGB value is (176,249,99). Sum of RGB (Red+Green+Blue) = 176+249+99=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F963 is #4F069C. Grayscale: #D2D2D2. Windows color (decimal): -5179037 or 6551984. OLE color: 6551984.
HSL color Cylindrical-coordinate representation of color #B0F963: hue angle of 89.2º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0F963 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 99 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.02 |
| HSL | 89.2º | 0.93% | 0.68% | - |
| HSV(B) | 89.2º | 0.6% | 0.98% | - |
| XYZ | 54.03 | 77.88 | 23.99 | - |
| YUV | 210.07 | 65.32 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 99 | 0.29 | 0 | 0.60 | 0.02 | 89.2 | 0.93 | 0.68 |
| Hex | B0 | F9 | 63 | 1D | 0 | 3C | 2 | 59 | 5D | 44 |
| Octal | 260 | 371 | 143 | 35 | 0 | 74 | 2 | 131 | 135 | 104 |
| Binary | 10110000 | 11111001 | 1100011 | 11101 | 0 | 111100 | 10 | 1011001 | 1011101 | 1000100 |
Color Harmonies of #B0F963
Complementary color
Monochromatic Colors of #B0F963
Black with #B0F963
Text Example
Text Example
White with #B0F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F963; }
p { color: rgb(176,249,99); }
H1.HeaderClassName
{
color: #B0F963;
}
.AnyTagClassName
{
color: #B0F963;
}
</style>
background-color css
<style>
a { background-color: #B0F963; }
a { background-color: rgb(176,249,99); }
div.DivClassName
{
background-color: #B0F963;
}
.BgClassName
{
background-color: #B0F963;
}
</style>
border-color css
<style>
span { border-color: #B0F963; }
span { border-color: rgb(176,249,99); }
td.TdClassName
{
border-color: #B0F963;
}
.TagClassName
{
border-color: #B0F963;
}
</style>