Shades of Conifer #B7D547
Tints of Conifer #B7D547
RGB
CMYK
RGB Variations
Color information
#B7D547 (or 0xB7D547) is known color: Conifer. HEX triplet: B7, D5 and 47. RGB value is (183,213,71). Sum of RGB (Red+Green+Blue) = 183+213+71=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 71 (28.12% from 255 or 15.20% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7D547 is #482AB8. Grayscale: #BCBCBC. Windows color (decimal): -4729529 or 4707767. OLE color: 4707767.
HSL color Cylindrical-coordinate representation of color #B7D547: hue angle of 72.68º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7D547 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 71 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.16 |
| HSL | 72.68º | 0.63% | 0.56% | - |
| HSV(B) | 72.68º | 0.67% | 0.84% | - |
| XYZ | 44.46 | 58.11 | 14.83 | - |
| YUV | 187.84 | 62.06 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 71 | 0.14 | 0 | 0.67 | 0.16 | 72.68 | 0.63 | 0.56 |
| Hex | B7 | D5 | 47 | E | 0 | 43 | 10 | 49 | 3F | 38 |
| Octal | 267 | 325 | 107 | 16 | 0 | 103 | 20 | 111 | 77 | 70 |
| Binary | 10110111 | 11010101 | 1000111 | 1110 | 0 | 1000011 | 10000 | 1001001 | 111111 | 111000 |
Color Harmonies of #B7D547
Complementary color
Monochromatic Colors of #B7D547
Black with #B7D547
Text Example
Text Example
White with #B7D547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D547; }
p { color: rgb(183,213,71); }
H1.HeaderClassName
{
color: #B7D547;
}
.AnyTagClassName
{
color: #B7D547;
}
</style>
background-color css
<style>
a { background-color: #B7D547; }
a { background-color: rgb(183,213,71); }
div.DivClassName
{
background-color: #B7D547;
}
.BgClassName
{
background-color: #B7D547;
}
</style>
border-color css
<style>
span { border-color: #B7D547; }
span { border-color: rgb(183,213,71); }
td.TdClassName
{
border-color: #B7D547;
}
.TagClassName
{
border-color: #B7D547;
}
</style>