Shades of Conifer #B5D347
Tints of Conifer #B5D347
RGB
CMYK
RGB Variations
Color information
#B5D347 (or 0xB5D347) is known color: Conifer. HEX triplet: B5, D3 and 47. RGB value is (181,211,71). Sum of RGB (Red+Green+Blue) = 181+211+71=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D347 is #4A2CB8. Grayscale: #BABABA. Windows color (decimal): -4861113 or 4707253. OLE color: 4707253.
HSL color Cylindrical-coordinate representation of color #B5D347: hue angle of 72.86º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5D347 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 211 | 71 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.17 |
| HSL | 72.86º | 0.61% | 0.55% | - |
| HSV(B) | 72.86º | 0.66% | 0.83% | - |
| XYZ | 43.49 | 56.87 | 14.65 | - |
| YUV | 186.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 211 | 71 | 0.14 | 0 | 0.66 | 0.17 | 72.86 | 0.61 | 0.55 |
| Hex | B5 | D3 | 47 | E | 0 | 42 | 11 | 49 | 3D | 37 |
| Octal | 265 | 323 | 107 | 16 | 0 | 102 | 21 | 111 | 75 | 67 |
| Binary | 10110101 | 11010011 | 1000111 | 1110 | 0 | 1000010 | 10001 | 1001001 | 111101 | 110111 |
Color Harmonies of #B5D347
Complementary color
Monochromatic Colors of #B5D347
Black with #B5D347
Text Example
Text Example
White with #B5D347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D347; }
p { color: rgb(181,211,71); }
H1.HeaderClassName
{
color: #B5D347;
}
.AnyTagClassName
{
color: #B5D347;
}
</style>
background-color css
<style>
a { background-color: #B5D347; }
a { background-color: rgb(181,211,71); }
div.DivClassName
{
background-color: #B5D347;
}
.BgClassName
{
background-color: #B5D347;
}
</style>
border-color css
<style>
span { border-color: #B5D347; }
span { border-color: rgb(181,211,71); }
td.TdClassName
{
border-color: #B5D347;
}
.TagClassName
{
border-color: #B5D347;
}
</style>