Shades of Conifer #ADDB61
Tints of Conifer #ADDB61
RGB
CMYK
RGB Variations
Color information
#ADDB61 (or 0xADDB61) is known color: Conifer. HEX triplet: AD, DB and 61. RGB value is (173,219,97). Sum of RGB (Red+Green+Blue) = 173+219+97=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 97 (38.28% from 255 or 19.84% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB61 is #52249E. Grayscale: #BFBFBF. Windows color (decimal): -5383327 or 6413229. OLE color: 6413229.
HSL color Cylindrical-coordinate representation of color #ADDB61: hue angle of 82.62º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDB61 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 97 | - |
| CMYK | 0.21 | 0 | 0.56 | 0.14 |
| HSL | 82.62º | 0.63% | 0.62% | - |
| HSV(B) | 82.62º | 0.56% | 0.86% | - |
| XYZ | 44.72 | 60.41 | 20.61 | - |
| YUV | 191.34 | 74.76 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 97 | 0.21 | 0 | 0.56 | 0.14 | 82.62 | 0.63 | 0.62 |
| Hex | AD | DB | 61 | 15 | 0 | 38 | E | 53 | 3F | 3E |
| Octal | 255 | 333 | 141 | 25 | 0 | 70 | 16 | 123 | 77 | 76 |
| Binary | 10101101 | 11011011 | 1100001 | 10101 | 0 | 111000 | 1110 | 1010011 | 111111 | 111110 |
Color Harmonies of #ADDB61
Complementary color
Monochromatic Colors of #ADDB61
Black with #ADDB61
Text Example
Text Example
White with #ADDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB61; }
p { color: rgb(173,219,97); }
H1.HeaderClassName
{
color: #ADDB61;
}
.AnyTagClassName
{
color: #ADDB61;
}
</style>
background-color css
<style>
a { background-color: #ADDB61; }
a { background-color: rgb(173,219,97); }
div.DivClassName
{
background-color: #ADDB61;
}
.BgClassName
{
background-color: #ADDB61;
}
</style>
border-color css
<style>
span { border-color: #ADDB61; }
span { border-color: rgb(173,219,97); }
td.TdClassName
{
border-color: #ADDB61;
}
.TagClassName
{
border-color: #ADDB61;
}
</style>