Shades of Conifer #B7DD49
Tints of Conifer #B7DD49
RGB
CMYK
RGB Variations
Color information
#B7DD49 (or 0xB7DD49) is known color: Conifer. HEX triplet: B7, DD and 49. RGB value is (183,221,73). Sum of RGB (Red+Green+Blue) = 183+221+73=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 73 (28.91% from 255 or 15.30% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD49 is #4822B6. Grayscale: #C1C1C1. Windows color (decimal): -4727479 or 4840887. OLE color: 4840887.
HSL color Cylindrical-coordinate representation of color #B7DD49: hue angle of 75.41º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7DD49 is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 73 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.13 |
| HSL | 75.41º | 0.69% | 0.58% | - |
| HSV(B) | 75.41º | 0.67% | 0.87% | - |
| XYZ | 46.59 | 62.26 | 15.87 | - |
| YUV | 192.77 | 60.41 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 73 | 0.17 | 0 | 0.67 | 0.13 | 75.41 | 0.69 | 0.58 |
| Hex | B7 | DD | 49 | 11 | 0 | 43 | D | 4B | 45 | 3A |
| Octal | 267 | 335 | 111 | 21 | 0 | 103 | 15 | 113 | 105 | 72 |
| Binary | 10110111 | 11011101 | 1001001 | 10001 | 0 | 1000011 | 1101 | 1001011 | 1000101 | 111010 |
Color Harmonies of #B7DD49
Complementary color
Monochromatic Colors of #B7DD49
Black with #B7DD49
Text Example
Text Example
White with #B7DD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD49; }
p { color: rgb(183,221,73); }
H1.HeaderClassName
{
color: #B7DD49;
}
.AnyTagClassName
{
color: #B7DD49;
}
</style>
background-color css
<style>
a { background-color: #B7DD49; }
a { background-color: rgb(183,221,73); }
div.DivClassName
{
background-color: #B7DD49;
}
.BgClassName
{
background-color: #B7DD49;
}
</style>
border-color css
<style>
span { border-color: #B7DD49; }
span { border-color: rgb(183,221,73); }
td.TdClassName
{
border-color: #B7DD49;
}
.TagClassName
{
border-color: #B7DD49;
}
</style>