Shades of Conifer #B5D253
Tints of Conifer #B5D253
RGB
CMYK
RGB Variations
Color information
#B5D253 (or 0xB5D253) is known color: Conifer. HEX triplet: B5, D2 and 53. RGB value is (181,210,83). Sum of RGB (Red+Green+Blue) = 181+210+83=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 83 (32.81% from 255 or 17.51% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5D253 is #4A2DAC. Grayscale: #BBBBBB. Windows color (decimal): -4861357 or 5493429. OLE color: 5493429.
HSL color Cylindrical-coordinate representation of color #B5D253: hue angle of 73.7º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B5D253 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 83 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.18 |
| HSL | 73.7º | 0.59% | 0.57% | - |
| HSV(B) | 73.7º | 0.6% | 0.82% | - |
| XYZ | 43.66 | 56.54 | 16.8 | - |
| YUV | 186.85 | 69.39 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 83 | 0.14 | 0 | 0.60 | 0.18 | 73.7 | 0.59 | 0.57 |
| Hex | B5 | D2 | 53 | E | 0 | 3C | 12 | 4A | 3B | 39 |
| Octal | 265 | 322 | 123 | 16 | 0 | 74 | 22 | 112 | 73 | 71 |
| Binary | 10110101 | 11010010 | 1010011 | 1110 | 0 | 111100 | 10010 | 1001010 | 111011 | 111001 |
Color Harmonies of #B5D253
Complementary color
Monochromatic Colors of #B5D253
Black with #B5D253
Text Example
Text Example
White with #B5D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D253; }
p { color: rgb(181,210,83); }
H1.HeaderClassName
{
color: #B5D253;
}
.AnyTagClassName
{
color: #B5D253;
}
</style>
background-color css
<style>
a { background-color: #B5D253; }
a { background-color: rgb(181,210,83); }
div.DivClassName
{
background-color: #B5D253;
}
.BgClassName
{
background-color: #B5D253;
}
</style>
border-color css
<style>
span { border-color: #B5D253; }
span { border-color: rgb(181,210,83); }
td.TdClassName
{
border-color: #B5D253;
}
.TagClassName
{
border-color: #B5D253;
}
</style>