Shades of Conifer #B5D845
Tints of Conifer #B5D845
RGB
CMYK
RGB Variations
Color information
#B5D845 (or 0xB5D845) is known color: Conifer. HEX triplet: B5, D8 and 45. RGB value is (181,216,69). Sum of RGB (Red+Green+Blue) = 181+216+69=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D845 is #4A27BA. Grayscale: #BDBDBD. Windows color (decimal): -4859835 or 4577461. OLE color: 4577461.
HSL color Cylindrical-coordinate representation of color #B5D845: hue angle of 74.29º degrees, saturation: 0.65, 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 #B5D845 is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 69 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.15 |
| HSL | 74.29º | 0.65% | 0.56% | - |
| HSV(B) | 74.29º | 0.68% | 0.85% | - |
| XYZ | 44.69 | 59.37 | 14.73 | - |
| YUV | 188.78 | 60.4 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 69 | 0.16 | 0 | 0.68 | 0.15 | 74.29 | 0.65 | 0.56 |
| Hex | B5 | D8 | 45 | 10 | 0 | 44 | F | 4A | 41 | 38 |
| Octal | 265 | 330 | 105 | 20 | 0 | 104 | 17 | 112 | 101 | 70 |
| Binary | 10110101 | 11011000 | 1000101 | 10000 | 0 | 1000100 | 1111 | 1001010 | 1000001 | 111000 |
Color Harmonies of #B5D845
Complementary color
Monochromatic Colors of #B5D845
Black with #B5D845
Text Example
Text Example
White with #B5D845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D845; }
p { color: rgb(181,216,69); }
H1.HeaderClassName
{
color: #B5D845;
}
.AnyTagClassName
{
color: #B5D845;
}
</style>
background-color css
<style>
a { background-color: #B5D845; }
a { background-color: rgb(181,216,69); }
div.DivClassName
{
background-color: #B5D845;
}
.BgClassName
{
background-color: #B5D845;
}
</style>
border-color css
<style>
span { border-color: #B5D845; }
span { border-color: rgb(181,216,69); }
td.TdClassName
{
border-color: #B5D845;
}
.TagClassName
{
border-color: #B5D845;
}
</style>