Shades of Conifer #B5D94C
Tints of Conifer #B5D94C
RGB
CMYK
RGB Variations
Color information
#B5D94C (or 0xB5D94C) is known color: Conifer. HEX triplet: B5, D9 and 4C. RGB value is (181,217,76). Sum of RGB (Red+Green+Blue) = 181+217+76=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D94C is #4A26B3. Grayscale: #BEBEBE. Windows color (decimal): -4859572 or 5036469. OLE color: 5036469.
HSL color Cylindrical-coordinate representation of color #B5D94C: hue angle of 75.32º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5D94C is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 76 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.15 |
| HSL | 75.32º | 0.65% | 0.57% | - |
| HSV(B) | 75.32º | 0.65% | 0.85% | - |
| XYZ | 45.17 | 59.97 | 16.03 | - |
| YUV | 190.16 | 63.57 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 76 | 0.17 | 0 | 0.65 | 0.15 | 75.32 | 0.65 | 0.57 |
| Hex | B5 | D9 | 4C | 11 | 0 | 41 | F | 4B | 41 | 39 |
| Octal | 265 | 331 | 114 | 21 | 0 | 101 | 17 | 113 | 101 | 71 |
| Binary | 10110101 | 11011001 | 1001100 | 10001 | 0 | 1000001 | 1111 | 1001011 | 1000001 | 111001 |
Color Harmonies of #B5D94C
Complementary color
Monochromatic Colors of #B5D94C
Black with #B5D94C
Text Example
Text Example
White with #B5D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D94C; }
p { color: rgb(181,217,76); }
H1.HeaderClassName
{
color: #B5D94C;
}
.AnyTagClassName
{
color: #B5D94C;
}
</style>
background-color css
<style>
a { background-color: #B5D94C; }
a { background-color: rgb(181,217,76); }
div.DivClassName
{
background-color: #B5D94C;
}
.BgClassName
{
background-color: #B5D94C;
}
</style>
border-color css
<style>
span { border-color: #B5D94C; }
span { border-color: rgb(181,217,76); }
td.TdClassName
{
border-color: #B5D94C;
}
.TagClassName
{
border-color: #B5D94C;
}
</style>