Shades of Conifer #B5D052
Tints of Conifer #B5D052
RGB
CMYK
RGB Variations
Color information
#B5D052 (or 0xB5D052) is known color: Conifer. HEX triplet: B5, D0 and 52. RGB value is (181,208,82). Sum of RGB (Red+Green+Blue) = 181+208+82=471 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.43% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 82 (32.42% from 255 or 17.41% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D052 is #4A2FAD. Grayscale: #BABABA. Windows color (decimal): -4861870 or 5427381. OLE color: 5427381.
HSL color Cylindrical-coordinate representation of color #B5D052: hue angle of 72.86º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5D052 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 82 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.18 |
| HSL | 72.86º | 0.57% | 0.57% | - |
| HSV(B) | 72.86º | 0.61% | 0.82% | - |
| XYZ | 43.13 | 55.54 | 16.43 | - |
| YUV | 185.56 | 69.55 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 82 | 0.13 | 0 | 0.61 | 0.18 | 72.86 | 0.57 | 0.57 |
| Hex | B5 | D0 | 52 | D | 0 | 3D | 12 | 49 | 39 | 39 |
| Octal | 265 | 320 | 122 | 15 | 0 | 75 | 22 | 111 | 71 | 71 |
| Binary | 10110101 | 11010000 | 1010010 | 1101 | 0 | 111101 | 10010 | 1001001 | 111001 | 111001 |
Color Harmonies of #B5D052
Complementary color
Monochromatic Colors of #B5D052
Black with #B5D052
Text Example
Text Example
White with #B5D052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D052; }
p { color: rgb(181,208,82); }
H1.HeaderClassName
{
color: #B5D052;
}
.AnyTagClassName
{
color: #B5D052;
}
</style>
background-color css
<style>
a { background-color: #B5D052; }
a { background-color: rgb(181,208,82); }
div.DivClassName
{
background-color: #B5D052;
}
.BgClassName
{
background-color: #B5D052;
}
</style>
border-color css
<style>
span { border-color: #B5D052; }
span { border-color: rgb(181,208,82); }
td.TdClassName
{
border-color: #B5D052;
}
.TagClassName
{
border-color: #B5D052;
}
</style>