Shades of Conifer #B1D84F
Tints of Conifer #B1D84F
RGB
CMYK
RGB Variations
Color information
#B1D84F (or 0xB1D84F) is known color: Conifer. HEX triplet: B1, D8 and 4F. RGB value is (177,216,79). Sum of RGB (Red+Green+Blue) = 177+216+79=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 79 (31.25% from 255 or 16.74% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #B1D84F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1D84F is #4E27B0. Grayscale: #BDBDBD. Windows color (decimal): -5121969 or 5232817. OLE color: 5232817.
HSL color Cylindrical-coordinate representation of color #B1D84F: hue angle of 77.08º 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 #B1D84F is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 216 | 79 | - |
| CMYK | 0.18 | 0 | 0.63 | 0.15 |
| HSL | 77.08º | 0.64% | 0.58% | - |
| HSV(B) | 77.08º | 0.63% | 0.85% | - |
| XYZ | 44.1 | 59.02 | 16.47 | - |
| YUV | 188.72 | 66.08 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 216 | 79 | 0.18 | 0 | 0.63 | 0.15 | 77.08 | 0.64 | 0.58 |
| Hex | B1 | D8 | 4F | 12 | 0 | 3F | F | 4D | 40 | 3A |
| Octal | 261 | 330 | 117 | 22 | 0 | 77 | 17 | 115 | 100 | 72 |
| Binary | 10110001 | 11011000 | 1001111 | 10010 | 0 | 111111 | 1111 | 1001101 | 1000000 | 111010 |
Color Harmonies of #B1D84F
Complementary color
Monochromatic Colors of #B1D84F
Black with #B1D84F
Text Example
Text Example
White with #B1D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D84F; }
p { color: rgb(177,216,79); }
H1.HeaderClassName
{
color: #B1D84F;
}
.AnyTagClassName
{
color: #B1D84F;
}
</style>
background-color css
<style>
a { background-color: #B1D84F; }
a { background-color: rgb(177,216,79); }
div.DivClassName
{
background-color: #B1D84F;
}
.BgClassName
{
background-color: #B1D84F;
}
</style>
border-color css
<style>
span { border-color: #B1D84F; }
span { border-color: rgb(177,216,79); }
td.TdClassName
{
border-color: #B1D84F;
}
.TagClassName
{
border-color: #B1D84F;
}
</style>