Shades of Conifer #B5D94F
Tints of Conifer #B5D94F
RGB
CMYK
RGB Variations
Color information
#B5D94F (or 0xB5D94F) is known color: Conifer. HEX triplet: B5, D9 and 4F. RGB value is (181,217,79). Sum of RGB (Red+Green+Blue) = 181+217+79=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 79 (31.25% from 255 or 16.56% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D94F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D94F is #4A26B0. Grayscale: #BFBFBF. Windows color (decimal): -4859569 or 5233077. OLE color: 5233077.
HSL color Cylindrical-coordinate representation of color #B5D94F: hue angle of 75.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5D94F is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 79 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.15 |
| HSL | 75.65º | 0.64% | 0.58% | - |
| HSV(B) | 75.65º | 0.64% | 0.85% | - |
| XYZ | 45.28 | 60.01 | 16.59 | - |
| YUV | 190.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 79 | 0.17 | 0 | 0.64 | 0.15 | 75.65 | 0.64 | 0.58 |
| Hex | B5 | D9 | 4F | 11 | 0 | 40 | F | 4C | 40 | 3A |
| Octal | 265 | 331 | 117 | 21 | 0 | 100 | 17 | 114 | 100 | 72 |
| Binary | 10110101 | 11011001 | 1001111 | 10001 | 0 | 1000000 | 1111 | 1001100 | 1000000 | 111010 |
Color Harmonies of #B5D94F
Complementary color
Monochromatic Colors of #B5D94F
Black with #B5D94F
Text Example
Text Example
White with #B5D94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D94F; }
p { color: rgb(181,217,79); }
H1.HeaderClassName
{
color: #B5D94F;
}
.AnyTagClassName
{
color: #B5D94F;
}
</style>
background-color css
<style>
a { background-color: #B5D94F; }
a { background-color: rgb(181,217,79); }
div.DivClassName
{
background-color: #B5D94F;
}
.BgClassName
{
background-color: #B5D94F;
}
</style>
border-color css
<style>
span { border-color: #B5D94F; }
span { border-color: rgb(181,217,79); }
td.TdClassName
{
border-color: #B5D94F;
}
.TagClassName
{
border-color: #B5D94F;
}
</style>