Shades of Conifer #B5D943
Tints of Conifer #B5D943
RGB
CMYK
RGB Variations
Color information
#B5D943 (or 0xB5D943) is known color: Conifer. HEX triplet: B5, D9 and 43. RGB value is (181,217,67). Sum of RGB (Red+Green+Blue) = 181+217+67=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 67 (26.56% from 255 or 14.41% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D943 is #4A26BC. Grayscale: #BDBDBD. Windows color (decimal): -4859581 or 4446645. OLE color: 4446645.
HSL color Cylindrical-coordinate representation of color #B5D943: hue angle of 74.4º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5D943 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 217 | 67 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.15 |
| HSL | 74.4º | 0.66% | 0.56% | - |
| HSV(B) | 74.4º | 0.69% | 0.85% | - |
| XYZ | 44.88 | 59.85 | 14.5 | - |
| YUV | 189.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 217 | 67 | 0.17 | 0 | 0.69 | 0.15 | 74.4 | 0.66 | 0.56 |
| Hex | B5 | D9 | 43 | 11 | 0 | 45 | F | 4A | 42 | 38 |
| Octal | 265 | 331 | 103 | 21 | 0 | 105 | 17 | 112 | 102 | 70 |
| Binary | 10110101 | 11011001 | 1000011 | 10001 | 0 | 1000101 | 1111 | 1001010 | 1000010 | 111000 |
Color Harmonies of #B5D943
Complementary color
Monochromatic Colors of #B5D943
Black with #B5D943
Text Example
Text Example
White with #B5D943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D943; }
p { color: rgb(181,217,67); }
H1.HeaderClassName
{
color: #B5D943;
}
.AnyTagClassName
{
color: #B5D943;
}
</style>
background-color css
<style>
a { background-color: #B5D943; }
a { background-color: rgb(181,217,67); }
div.DivClassName
{
background-color: #B5D943;
}
.BgClassName
{
background-color: #B5D943;
}
</style>
border-color css
<style>
span { border-color: #B5D943; }
span { border-color: rgb(181,217,67); }
td.TdClassName
{
border-color: #B5D943;
}
.TagClassName
{
border-color: #B5D943;
}
</style>