Shades of Conifer #B5D842
Tints of Conifer #B5D842
RGB
CMYK
RGB Variations
Color information
#B5D842 (or 0xB5D842) is known color: Conifer. HEX triplet: B5, D8 and 42. RGB value is (181,216,66). Sum of RGB (Red+Green+Blue) = 181+216+66=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 216 (84.77% from 255 or 46.65% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D842 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D842 is #4A27BD. Grayscale: #BDBDBD. Windows color (decimal): -4859838 or 4380853. OLE color: 4380853.
HSL color Cylindrical-coordinate representation of color #B5D842: hue angle of 74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5D842 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 216 | 66 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.15 |
| HSL | 74º | 0.66% | 0.55% | - |
| HSV(B) | 74º | 0.69% | 0.85% | - |
| XYZ | 44.6 | 59.33 | 14.26 | - |
| YUV | 188.44 | 58.9 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 216 | 66 | 0.16 | 0 | 0.69 | 0.15 | 74 | 0.66 | 0.55 |
| Hex | B5 | D8 | 42 | 10 | 0 | 45 | F | 4A | 42 | 37 |
| Octal | 265 | 330 | 102 | 20 | 0 | 105 | 17 | 112 | 102 | 67 |
| Binary | 10110101 | 11011000 | 1000010 | 10000 | 0 | 1000101 | 1111 | 1001010 | 1000010 | 110111 |
Color Harmonies of #B5D842
Complementary color
Monochromatic Colors of #B5D842
Black with #B5D842
Text Example
Text Example
White with #B5D842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D842; }
p { color: rgb(181,216,66); }
H1.HeaderClassName
{
color: #B5D842;
}
.AnyTagClassName
{
color: #B5D842;
}
</style>
background-color css
<style>
a { background-color: #B5D842; }
a { background-color: rgb(181,216,66); }
div.DivClassName
{
background-color: #B5D842;
}
.BgClassName
{
background-color: #B5D842;
}
</style>
border-color css
<style>
span { border-color: #B5D842; }
span { border-color: rgb(181,216,66); }
td.TdClassName
{
border-color: #B5D842;
}
.TagClassName
{
border-color: #B5D842;
}
</style>