Shades of Conifer #B5D945
Tints of Conifer #B5D945
RGB
CMYK
RGB Variations
Color information
#B5D945 (or 0xB5D945) is known color: Conifer. HEX triplet: B5, D9 and 45. RGB value is (181,217,69). Sum of RGB (Red+Green+Blue) = 181+217+69=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 69 (27.34% from 255 or 14.78% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D945 is #4A26BA. Grayscale: #BDBDBD. Windows color (decimal): -4859579 or 4577717. OLE color: 4577717.
HSL color Cylindrical-coordinate representation of color #B5D945: hue angle of 74.59º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B5D945 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 69 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.15 |
| HSL | 74.59º | 0.66% | 0.56% | - |
| HSV(B) | 74.59º | 0.68% | 0.85% | - |
| XYZ | 44.94 | 59.88 | 14.82 | - |
| YUV | 189.36 | 60.07 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 69 | 0.17 | 0 | 0.68 | 0.15 | 74.59 | 0.66 | 0.56 |
| Hex | B5 | D9 | 45 | 11 | 0 | 44 | F | 4B | 42 | 38 |
| Octal | 265 | 331 | 105 | 21 | 0 | 104 | 17 | 113 | 102 | 70 |
| Binary | 10110101 | 11011001 | 1000101 | 10001 | 0 | 1000100 | 1111 | 1001011 | 1000010 | 111000 |
Color Harmonies of #B5D945
Complementary color
Monochromatic Colors of #B5D945
Black with #B5D945
Text Example
Text Example
White with #B5D945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D945; }
p { color: rgb(181,217,69); }
H1.HeaderClassName
{
color: #B5D945;
}
.AnyTagClassName
{
color: #B5D945;
}
</style>
background-color css
<style>
a { background-color: #B5D945; }
a { background-color: rgb(181,217,69); }
div.DivClassName
{
background-color: #B5D945;
}
.BgClassName
{
background-color: #B5D945;
}
</style>
border-color css
<style>
span { border-color: #B5D945; }
span { border-color: rgb(181,217,69); }
td.TdClassName
{
border-color: #B5D945;
}
.TagClassName
{
border-color: #B5D945;
}
</style>