Shades of Conifer #ADD661
Tints of Conifer #ADD661
RGB
CMYK
RGB Variations
Color information
#ADD661 (or 0xADD661) is known color: Conifer. HEX triplet: AD, D6 and 61. RGB value is (173,214,97). Sum of RGB (Red+Green+Blue) = 173+214+97=484 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.74% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 97 (38.28% from 255 or 20.04% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD661 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD661 is #52299E. Grayscale: #BCBCBC. Windows color (decimal): -5384607 or 6411949. OLE color: 6411949.
HSL color Cylindrical-coordinate representation of color #ADD661: hue angle of 81.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADD661 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 97 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.16 |
| HSL | 81.03º | 0.59% | 0.61% | - |
| HSV(B) | 81.03º | 0.55% | 0.84% | - |
| XYZ | 43.44 | 57.84 | 20.18 | - |
| YUV | 188.4 | 76.42 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 97 | 0.19 | 0 | 0.55 | 0.16 | 81.03 | 0.59 | 0.61 |
| Hex | AD | D6 | 61 | 13 | 0 | 37 | 10 | 51 | 3B | 3D |
| Octal | 255 | 326 | 141 | 23 | 0 | 67 | 20 | 121 | 73 | 75 |
| Binary | 10101101 | 11010110 | 1100001 | 10011 | 0 | 110111 | 10000 | 1010001 | 111011 | 111101 |
Color Harmonies of #ADD661
Complementary color
Monochromatic Colors of #ADD661
Black with #ADD661
Text Example
Text Example
White with #ADD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD661; }
p { color: rgb(173,214,97); }
H1.HeaderClassName
{
color: #ADD661;
}
.AnyTagClassName
{
color: #ADD661;
}
</style>
background-color css
<style>
a { background-color: #ADD661; }
a { background-color: rgb(173,214,97); }
div.DivClassName
{
background-color: #ADD661;
}
.BgClassName
{
background-color: #ADD661;
}
</style>
border-color css
<style>
span { border-color: #ADD661; }
span { border-color: rgb(173,214,97); }
td.TdClassName
{
border-color: #ADD661;
}
.TagClassName
{
border-color: #ADD661;
}
</style>