Shades of Conifer #B5D447
Tints of Conifer #B5D447
RGB
CMYK
RGB Variations
Color information
#B5D447 (or 0xB5D447) is known color: Conifer. HEX triplet: B5, D4 and 47. RGB value is (181,212,71). Sum of RGB (Red+Green+Blue) = 181+212+71=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #B5D447 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D447 is #4A2BB8. Grayscale: #BBBBBB. Windows color (decimal): -4860857 or 4707509. OLE color: 4707509.
HSL color Cylindrical-coordinate representation of color #B5D447: hue angle of 73.19º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5D447 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 181 | 212 | 71 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.17 |
| HSL | 73.19º | 0.62% | 0.55% | - |
| HSV(B) | 73.19º | 0.67% | 0.83% | - |
| XYZ | 43.74 | 57.37 | 14.73 | - |
| YUV | 186.66 | 62.73 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 212 | 71 | 0.15 | 0 | 0.67 | 0.17 | 73.19 | 0.62 | 0.55 |
| Hex | B5 | D4 | 47 | F | 0 | 43 | 11 | 49 | 3E | 37 |
| Octal | 265 | 324 | 107 | 17 | 0 | 103 | 21 | 111 | 76 | 67 |
| Binary | 10110101 | 11010100 | 1000111 | 1111 | 0 | 1000011 | 10001 | 1001001 | 111110 | 110111 |
Color Harmonies of #B5D447
Complementary color
Monochromatic Colors of #B5D447
Black with #B5D447
Text Example
Text Example
White with #B5D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D447; }
p { color: rgb(181,212,71); }
H1.HeaderClassName
{
color: #B5D447;
}
.AnyTagClassName
{
color: #B5D447;
}
</style>
background-color css
<style>
a { background-color: #B5D447; }
a { background-color: rgb(181,212,71); }
div.DivClassName
{
background-color: #B5D447;
}
.BgClassName
{
background-color: #B5D447;
}
</style>
border-color css
<style>
span { border-color: #B5D447; }
span { border-color: rgb(181,212,71); }
td.TdClassName
{
border-color: #B5D447;
}
.TagClassName
{
border-color: #B5D447;
}
</style>