Shades of Conifer #A7DB53
Tints of Conifer #A7DB53
RGB
CMYK
RGB Variations
Color information
#A7DB53 (or 0xA7DB53) is known color: Conifer. HEX triplet: A7, DB and 53. RGB value is (167,219,83). Sum of RGB (Red+Green+Blue) = 167+219+83=469 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.61% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 83 (32.81% from 255 or 17.70% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB53 is #5824AC. Grayscale: #BCBCBC. Windows color (decimal): -5776557 or 5495719. OLE color: 5495719.
HSL color Cylindrical-coordinate representation of color #A7DB53: hue angle of 82.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7DB53 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 83 | - |
| CMYK | 0.24 | 0 | 0.62 | 0.14 |
| HSL | 82.94º | 0.65% | 0.59% | - |
| HSV(B) | 82.94º | 0.62% | 0.86% | - |
| XYZ | 42.83 | 59.5 | 17.41 | - |
| YUV | 187.95 | 68.77 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 83 | 0.24 | 0 | 0.62 | 0.14 | 82.94 | 0.65 | 0.59 |
| Hex | A7 | DB | 53 | 18 | 0 | 3E | E | 53 | 41 | 3B |
| Octal | 247 | 333 | 123 | 30 | 0 | 76 | 16 | 123 | 101 | 73 |
| Binary | 10100111 | 11011011 | 1010011 | 11000 | 0 | 111110 | 1110 | 1010011 | 1000001 | 111011 |
Color Harmonies of #A7DB53
Complementary color
Monochromatic Colors of #A7DB53
Black with #A7DB53
Text Example
Text Example
White with #A7DB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB53; }
p { color: rgb(167,219,83); }
H1.HeaderClassName
{
color: #A7DB53;
}
.AnyTagClassName
{
color: #A7DB53;
}
</style>
background-color css
<style>
a { background-color: #A7DB53; }
a { background-color: rgb(167,219,83); }
div.DivClassName
{
background-color: #A7DB53;
}
.BgClassName
{
background-color: #A7DB53;
}
</style>
border-color css
<style>
span { border-color: #A7DB53; }
span { border-color: rgb(167,219,83); }
td.TdClassName
{
border-color: #A7DB53;
}
.TagClassName
{
border-color: #A7DB53;
}
</style>