Shades of Conifer #A7DB55
Tints of Conifer #A7DB55
RGB
CMYK
RGB Variations
Color information
#A7DB55 (or 0xA7DB55) is known color: Conifer. HEX triplet: A7, DB and 55. RGB value is (167,219,85). Sum of RGB (Red+Green+Blue) = 167+219+85=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 85 (33.59% from 255 or 18.05% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #A7DB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DB55 is #5824AA. Grayscale: #BCBCBC. Windows color (decimal): -5776555 or 5626791. OLE color: 5626791.
HSL color Cylindrical-coordinate representation of color #A7DB55: hue angle of 83.28º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A7DB55 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 85 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.14 |
| HSL | 83.28º | 0.65% | 0.6% | - |
| HSV(B) | 83.28º | 0.61% | 0.86% | - |
| XYZ | 42.91 | 59.53 | 17.82 | - |
| YUV | 188.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 85 | 0.24 | 0 | 0.61 | 0.14 | 83.28 | 0.65 | 0.6 |
| Hex | A7 | DB | 55 | 18 | 0 | 3D | E | 53 | 41 | 3C |
| Octal | 247 | 333 | 125 | 30 | 0 | 75 | 16 | 123 | 101 | 74 |
| Binary | 10100111 | 11011011 | 1010101 | 11000 | 0 | 111101 | 1110 | 1010011 | 1000001 | 111100 |
Color Harmonies of #A7DB55
Complementary color
Monochromatic Colors of #A7DB55
Black with #A7DB55
Text Example
Text Example
White with #A7DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DB55; }
p { color: rgb(167,219,85); }
H1.HeaderClassName
{
color: #A7DB55;
}
.AnyTagClassName
{
color: #A7DB55;
}
</style>
background-color css
<style>
a { background-color: #A7DB55; }
a { background-color: rgb(167,219,85); }
div.DivClassName
{
background-color: #A7DB55;
}
.BgClassName
{
background-color: #A7DB55;
}
</style>
border-color css
<style>
span { border-color: #A7DB55; }
span { border-color: rgb(167,219,85); }
td.TdClassName
{
border-color: #A7DB55;
}
.TagClassName
{
border-color: #A7DB55;
}
</style>