Shades of Conifer #B5D952
Tints of Conifer #B5D952
RGB
CMYK
RGB Variations
Color information
#B5D952 (or 0xB5D952) is known color: Conifer. HEX triplet: B5, D9 and 52. RGB value is (181,217,82). Sum of RGB (Red+Green+Blue) = 181+217+82=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 82 (32.42% from 255 or 17.08% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D952 is #4A26AD. Grayscale: #BFBFBF. Windows color (decimal): -4859566 or 5429685. OLE color: 5429685.
HSL color Cylindrical-coordinate representation of color #B5D952: hue angle of 76º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5D952 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 82 | - |
| CMYK | 0.17 | 0 | 0.62 | 0.15 |
| HSL | 76º | 0.64% | 0.59% | - |
| HSV(B) | 76º | 0.62% | 0.85% | - |
| XYZ | 45.39 | 60.06 | 17.18 | - |
| YUV | 190.85 | 66.57 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 82 | 0.17 | 0 | 0.62 | 0.15 | 76 | 0.64 | 0.59 |
| Hex | B5 | D9 | 52 | 11 | 0 | 3E | F | 4C | 40 | 3B |
| Octal | 265 | 331 | 122 | 21 | 0 | 76 | 17 | 114 | 100 | 73 |
| Binary | 10110101 | 11011001 | 1010010 | 10001 | 0 | 111110 | 1111 | 1001100 | 1000000 | 111011 |
Color Harmonies of #B5D952
Complementary color
Monochromatic Colors of #B5D952
Black with #B5D952
Text Example
Text Example
White with #B5D952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D952; }
p { color: rgb(181,217,82); }
H1.HeaderClassName
{
color: #B5D952;
}
.AnyTagClassName
{
color: #B5D952;
}
</style>
background-color css
<style>
a { background-color: #B5D952; }
a { background-color: rgb(181,217,82); }
div.DivClassName
{
background-color: #B5D952;
}
.BgClassName
{
background-color: #B5D952;
}
</style>
border-color css
<style>
span { border-color: #B5D952; }
span { border-color: rgb(181,217,82); }
td.TdClassName
{
border-color: #B5D952;
}
.TagClassName
{
border-color: #B5D952;
}
</style>