Shades of Conifer #B5D245
Tints of Conifer #B5D245
RGB
CMYK
RGB Variations
Color information
#B5D245 (or 0xB5D245) is known color: Conifer. HEX triplet: B5, D2 and 45. RGB value is (181,210,69). Sum of RGB (Red+Green+Blue) = 181+210+69=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 69 (27.34% from 255 or 15% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D245 is #4A2DBA. Grayscale: #B9B9B9. Windows color (decimal): -4861371 or 4575925. OLE color: 4575925.
HSL color Cylindrical-coordinate representation of color #B5D245: hue angle of 72.34º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5D245 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 69 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.18 |
| HSL | 72.34º | 0.61% | 0.55% | - |
| HSV(B) | 72.34º | 0.67% | 0.82% | - |
| XYZ | 43.18 | 56.35 | 14.23 | - |
| YUV | 185.26 | 62.39 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 69 | 0.14 | 0 | 0.67 | 0.18 | 72.34 | 0.61 | 0.55 |
| Hex | B5 | D2 | 45 | E | 0 | 43 | 12 | 48 | 3D | 37 |
| Octal | 265 | 322 | 105 | 16 | 0 | 103 | 22 | 110 | 75 | 67 |
| Binary | 10110101 | 11010010 | 1000101 | 1110 | 0 | 1000011 | 10010 | 1001000 | 111101 | 110111 |
Color Harmonies of #B5D245
Complementary color
Monochromatic Colors of #B5D245
Black with #B5D245
Text Example
Text Example
White with #B5D245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D245; }
p { color: rgb(181,210,69); }
H1.HeaderClassName
{
color: #B5D245;
}
.AnyTagClassName
{
color: #B5D245;
}
</style>
background-color css
<style>
a { background-color: #B5D245; }
a { background-color: rgb(181,210,69); }
div.DivClassName
{
background-color: #B5D245;
}
.BgClassName
{
background-color: #B5D245;
}
</style>
border-color css
<style>
span { border-color: #B5D245; }
span { border-color: rgb(181,210,69); }
td.TdClassName
{
border-color: #B5D245;
}
.TagClassName
{
border-color: #B5D245;
}
</style>