Shades of Conifer #B0D84F
Tints of Conifer #B0D84F
RGB
CMYK
RGB Variations
Color information
#B0D84F (or 0xB0D84F) is known color: Conifer. HEX triplet: B0, D8 and 4F. RGB value is (176,216,79). Sum of RGB (Red+Green+Blue) = 176+216+79=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 216 (84.77% from 255 or 45.86% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 216 - color contains mainly: green. Hex color #B0D84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0D84F is #4F27B0. Grayscale: #BCBCBC. Windows color (decimal): -5187505 or 5232816. OLE color: 5232816.
HSL color Cylindrical-coordinate representation of color #B0D84F: hue angle of 77.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0D84F is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 216 | 79 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.15 |
| HSL | 77.52º | 0.64% | 0.58% | - |
| HSV(B) | 77.52º | 0.63% | 0.85% | - |
| XYZ | 43.87 | 58.91 | 16.45 | - |
| YUV | 188.42 | 66.25 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 216 | 79 | 0.19 | 0 | 0.63 | 0.15 | 77.52 | 0.64 | 0.58 |
| Hex | B0 | D8 | 4F | 13 | 0 | 3F | F | 4E | 40 | 3A |
| Octal | 260 | 330 | 117 | 23 | 0 | 77 | 17 | 116 | 100 | 72 |
| Binary | 10110000 | 11011000 | 1001111 | 10011 | 0 | 111111 | 1111 | 1001110 | 1000000 | 111010 |
Color Harmonies of #B0D84F
Complementary color
Monochromatic Colors of #B0D84F
Black with #B0D84F
Text Example
Text Example
White with #B0D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0D84F; }
p { color: rgb(176,216,79); }
H1.HeaderClassName
{
color: #B0D84F;
}
.AnyTagClassName
{
color: #B0D84F;
}
</style>
background-color css
<style>
a { background-color: #B0D84F; }
a { background-color: rgb(176,216,79); }
div.DivClassName
{
background-color: #B0D84F;
}
.BgClassName
{
background-color: #B0D84F;
}
</style>
border-color css
<style>
span { border-color: #B0D84F; }
span { border-color: rgb(176,216,79); }
td.TdClassName
{
border-color: #B0D84F;
}
.TagClassName
{
border-color: #B0D84F;
}
</style>