Shades of Conifer #B0F863
Tints of Conifer #B0F863
RGB
CMYK
RGB Variations
Color information
#B0F863 (or 0xB0F863) is known color: Conifer. HEX triplet: B0, F8 and 63. RGB value is (176,248,99). Sum of RGB (Red+Green+Blue) = 176+248+99=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #B0F863 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F863 is #4F079C. Grayscale: #D2D2D2. Windows color (decimal): -5179293 or 6551728. OLE color: 6551728.
HSL color Cylindrical-coordinate representation of color #B0F863: hue angle of 88.99º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0F863 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 248 | 99 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.03 |
| HSL | 88.99º | 0.91% | 0.68% | - |
| HSV(B) | 88.99º | 0.6% | 0.97% | - |
| XYZ | 53.72 | 77.27 | 23.89 | - |
| YUV | 209.49 | 65.65 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 248 | 99 | 0.29 | 0 | 0.60 | 0.03 | 88.99 | 0.91 | 0.68 |
| Hex | B0 | F8 | 63 | 1D | 0 | 3C | 3 | 59 | 5B | 44 |
| Octal | 260 | 370 | 143 | 35 | 0 | 74 | 3 | 131 | 133 | 104 |
| Binary | 10110000 | 11111000 | 1100011 | 11101 | 0 | 111100 | 11 | 1011001 | 1011011 | 1000100 |
Color Harmonies of #B0F863
Complementary color
Monochromatic Colors of #B0F863
Black with #B0F863
Text Example
Text Example
White with #B0F863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F863; }
p { color: rgb(176,248,99); }
H1.HeaderClassName
{
color: #B0F863;
}
.AnyTagClassName
{
color: #B0F863;
}
</style>
background-color css
<style>
a { background-color: #B0F863; }
a { background-color: rgb(176,248,99); }
div.DivClassName
{
background-color: #B0F863;
}
.BgClassName
{
background-color: #B0F863;
}
</style>
border-color css
<style>
span { border-color: #B0F863; }
span { border-color: rgb(176,248,99); }
td.TdClassName
{
border-color: #B0F863;
}
.TagClassName
{
border-color: #B0F863;
}
</style>