Shades of Conifer #B5D942
Tints of Conifer #B5D942
RGB
CMYK
RGB Variations
Color information
#B5D942 (or 0xB5D942) is known color: Conifer. HEX triplet: B5, D9 and 42. RGB value is (181,217,66). Sum of RGB (Red+Green+Blue) = 181+217+66=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 66 (26.17% from 255 or 14.22% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D942 is #4A26BD. Grayscale: #BDBDBD. Windows color (decimal): -4859582 or 4381109. OLE color: 4381109.
HSL color Cylindrical-coordinate representation of color #B5D942: hue angle of 74.3º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5D942 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 66 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.15 |
| HSL | 74.3º | 0.67% | 0.55% | - |
| HSV(B) | 74.3º | 0.7% | 0.85% | - |
| XYZ | 44.85 | 59.84 | 14.34 | - |
| YUV | 189.02 | 58.57 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 66 | 0.17 | 0 | 0.70 | 0.15 | 74.3 | 0.67 | 0.55 |
| Hex | B5 | D9 | 42 | 11 | 0 | 46 | F | 4A | 43 | 37 |
| Octal | 265 | 331 | 102 | 21 | 0 | 106 | 17 | 112 | 103 | 67 |
| Binary | 10110101 | 11011001 | 1000010 | 10001 | 0 | 1000110 | 1111 | 1001010 | 1000011 | 110111 |
Color Harmonies of #B5D942
Complementary color
Monochromatic Colors of #B5D942
Black with #B5D942
Text Example
Text Example
White with #B5D942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D942; }
p { color: rgb(181,217,66); }
H1.HeaderClassName
{
color: #B5D942;
}
.AnyTagClassName
{
color: #B5D942;
}
</style>
background-color css
<style>
a { background-color: #B5D942; }
a { background-color: rgb(181,217,66); }
div.DivClassName
{
background-color: #B5D942;
}
.BgClassName
{
background-color: #B5D942;
}
</style>
border-color css
<style>
span { border-color: #B5D942; }
span { border-color: rgb(181,217,66); }
td.TdClassName
{
border-color: #B5D942;
}
.TagClassName
{
border-color: #B5D942;
}
</style>