Shades of Conifer #B5D84F
Tints of Conifer #B5D84F
RGB
CMYK
RGB Variations
Color information
#B5D84F (or 0xB5D84F) is known color: Conifer. HEX triplet: B5, D8 and 4F. RGB value is (181,216,79). Sum of RGB (Red+Green+Blue) = 181+216+79=476 (63% of max value = 765). Red value is 181 (71.09% from 255 or 38.03% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D84F is #4A27B0. Grayscale: #BEBEBE. Windows color (decimal): -4859825 or 5232821. OLE color: 5232821.
HSL color Cylindrical-coordinate representation of color #B5D84F: hue angle of 75.33º 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 #B5D84F is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 79 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.15 |
| HSL | 75.33º | 0.64% | 0.58% | - |
| HSV(B) | 75.33º | 0.63% | 0.85% | - |
| XYZ | 45.02 | 59.5 | 16.51 | - |
| YUV | 189.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 79 | 0.16 | 0 | 0.63 | 0.15 | 75.33 | 0.64 | 0.58 |
| Hex | B5 | D8 | 4F | 10 | 0 | 3F | F | 4B | 40 | 3A |
| Octal | 265 | 330 | 117 | 20 | 0 | 77 | 17 | 113 | 100 | 72 |
| Binary | 10110101 | 11011000 | 1001111 | 10000 | 0 | 111111 | 1111 | 1001011 | 1000000 | 111010 |
Color Harmonies of #B5D84F
Complementary color
Monochromatic Colors of #B5D84F
Black with #B5D84F
Text Example
Text Example
White with #B5D84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D84F; }
p { color: rgb(181,216,79); }
H1.HeaderClassName
{
color: #B5D84F;
}
.AnyTagClassName
{
color: #B5D84F;
}
</style>
background-color css
<style>
a { background-color: #B5D84F; }
a { background-color: rgb(181,216,79); }
div.DivClassName
{
background-color: #B5D84F;
}
.BgClassName
{
background-color: #B5D84F;
}
</style>
border-color css
<style>
span { border-color: #B5D84F; }
span { border-color: rgb(181,216,79); }
td.TdClassName
{
border-color: #B5D84F;
}
.TagClassName
{
border-color: #B5D84F;
}
</style>