Shades of Conifer #B5D244
Tints of Conifer #B5D244
RGB
CMYK
RGB Variations
Color information
#B5D244 (or 0xB5D244) is known color: Conifer. HEX triplet: B5, D2 and 44. RGB value is (181,210,68). Sum of RGB (Red+Green+Blue) = 181+210+68=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 68 (26.95% from 255 or 14.81% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D244 is #4A2DBB. Grayscale: #B9B9B9. Windows color (decimal): -4861372 or 4510389. OLE color: 4510389.
HSL color Cylindrical-coordinate representation of color #B5D244: hue angle of 72.25º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5D244 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 68 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.18 |
| HSL | 72.25º | 0.61% | 0.55% | - |
| HSV(B) | 72.25º | 0.68% | 0.82% | - |
| XYZ | 43.15 | 56.33 | 14.07 | - |
| YUV | 185.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 68 | 0.14 | 0 | 0.68 | 0.18 | 72.25 | 0.61 | 0.55 |
| Hex | B5 | D2 | 44 | E | 0 | 44 | 12 | 48 | 3D | 37 |
| Octal | 265 | 322 | 104 | 16 | 0 | 104 | 22 | 110 | 75 | 67 |
| Binary | 10110101 | 11010010 | 1000100 | 1110 | 0 | 1000100 | 10010 | 1001000 | 111101 | 110111 |
Color Harmonies of #B5D244
Complementary color
Monochromatic Colors of #B5D244
Black with #B5D244
Text Example
Text Example
White with #B5D244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D244; }
p { color: rgb(181,210,68); }
H1.HeaderClassName
{
color: #B5D244;
}
.AnyTagClassName
{
color: #B5D244;
}
</style>
background-color css
<style>
a { background-color: #B5D244; }
a { background-color: rgb(181,210,68); }
div.DivClassName
{
background-color: #B5D244;
}
.BgClassName
{
background-color: #B5D244;
}
</style>
border-color css
<style>
span { border-color: #B5D244; }
span { border-color: rgb(181,210,68); }
td.TdClassName
{
border-color: #B5D244;
}
.TagClassName
{
border-color: #B5D244;
}
</style>