Shades of Conifer #B5D249
Tints of Conifer #B5D249
RGB
CMYK
RGB Variations
Color information
#B5D249 (or 0xB5D249) is known color: Conifer. HEX triplet: B5, D2 and 49. RGB value is (181,210,73). Sum of RGB (Red+Green+Blue) = 181+210+73=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D249 is #4A2DB6. Grayscale: #BABABA. Windows color (decimal): -4861367 or 4838069. OLE color: 4838069.
HSL color Cylindrical-coordinate representation of color #B5D249: hue angle of 72.7º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5D249 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 73 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.18 |
| HSL | 72.7º | 0.6% | 0.55% | - |
| HSV(B) | 72.7º | 0.65% | 0.82% | - |
| XYZ | 43.31 | 56.4 | 14.91 | - |
| YUV | 185.71 | 64.39 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 73 | 0.14 | 0 | 0.65 | 0.18 | 72.7 | 0.6 | 0.55 |
| Hex | B5 | D2 | 49 | E | 0 | 41 | 12 | 49 | 3C | 37 |
| Octal | 265 | 322 | 111 | 16 | 0 | 101 | 22 | 111 | 74 | 67 |
| Binary | 10110101 | 11010010 | 1001001 | 1110 | 0 | 1000001 | 10010 | 1001001 | 111100 | 110111 |
Color Harmonies of #B5D249
Complementary color
Monochromatic Colors of #B5D249
Black with #B5D249
Text Example
Text Example
White with #B5D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D249; }
p { color: rgb(181,210,73); }
H1.HeaderClassName
{
color: #B5D249;
}
.AnyTagClassName
{
color: #B5D249;
}
</style>
background-color css
<style>
a { background-color: #B5D249; }
a { background-color: rgb(181,210,73); }
div.DivClassName
{
background-color: #B5D249;
}
.BgClassName
{
background-color: #B5D249;
}
</style>
border-color css
<style>
span { border-color: #B5D249; }
span { border-color: rgb(181,210,73); }
td.TdClassName
{
border-color: #B5D249;
}
.TagClassName
{
border-color: #B5D249;
}
</style>