Shades of Conifer #B0FA4F
Tints of Conifer #B0FA4F
RGB
CMYK
RGB Variations
Color information
#B0FA4F (or 0xB0FA4F) is known color: Conifer. HEX triplet: B0, FA and 4F. RGB value is (176,250,79). Sum of RGB (Red+Green+Blue) = 176+250+79=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 79 (31.25% from 255 or 15.64% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA4F is #4F05B0. Grayscale: #D0D0D0. Windows color (decimal): -5178801 or 5241520. OLE color: 5241520.
HSL color Cylindrical-coordinate representation of color #B0FA4F: hue angle of 85.96º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B0FA4F is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 79 | - |
| CMYK | 0.30 | 0 | 0.68 | 0.02 |
| HSL | 85.96º | 0.94% | 0.65% | - |
| HSV(B) | 85.96º | 0.68% | 0.98% | - |
| XYZ | 53.5 | 78.17 | 19.66 | - |
| YUV | 208.38 | 54.98 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 79 | 0.30 | 0 | 0.68 | 0.02 | 85.96 | 0.94 | 0.65 |
| Hex | B0 | FA | 4F | 1E | 0 | 44 | 2 | 56 | 5E | 41 |
| Octal | 260 | 372 | 117 | 36 | 0 | 104 | 2 | 126 | 136 | 101 |
| Binary | 10110000 | 11111010 | 1001111 | 11110 | 0 | 1000100 | 10 | 1010110 | 1011110 | 1000001 |
Color Harmonies of #B0FA4F
Complementary color
Monochromatic Colors of #B0FA4F
Black with #B0FA4F
Text Example
Text Example
White with #B0FA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA4F; }
p { color: rgb(176,250,79); }
H1.HeaderClassName
{
color: #B0FA4F;
}
.AnyTagClassName
{
color: #B0FA4F;
}
</style>
background-color css
<style>
a { background-color: #B0FA4F; }
a { background-color: rgb(176,250,79); }
div.DivClassName
{
background-color: #B0FA4F;
}
.BgClassName
{
background-color: #B0FA4F;
}
</style>
border-color css
<style>
span { border-color: #B0FA4F; }
span { border-color: rgb(176,250,79); }
td.TdClassName
{
border-color: #B0FA4F;
}
.TagClassName
{
border-color: #B0FA4F;
}
</style>