Shades of Conifer #ADDD61
Tints of Conifer #ADDD61
RGB
CMYK
RGB Variations
Color information
#ADDD61 (or 0xADDD61) is known color: Conifer. HEX triplet: AD, DD and 61. RGB value is (173,221,97). Sum of RGB (Red+Green+Blue) = 173+221+97=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD61 is #52229E. Grayscale: #C0C0C0. Windows color (decimal): -5382815 or 6413741. OLE color: 6413741.
HSL color Cylindrical-coordinate representation of color #ADDD61: hue angle of 83.23º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADDD61 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 97 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.13 |
| HSL | 83.23º | 0.65% | 0.62% | - |
| HSV(B) | 83.23º | 0.56% | 0.87% | - |
| XYZ | 45.25 | 61.46 | 20.79 | - |
| YUV | 192.51 | 74.1 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 97 | 0.22 | 0 | 0.56 | 0.13 | 83.23 | 0.65 | 0.62 |
| Hex | AD | DD | 61 | 16 | 0 | 38 | D | 53 | 41 | 3E |
| Octal | 255 | 335 | 141 | 26 | 0 | 70 | 15 | 123 | 101 | 76 |
| Binary | 10101101 | 11011101 | 1100001 | 10110 | 0 | 111000 | 1101 | 1010011 | 1000001 | 111110 |
Color Harmonies of #ADDD61
Complementary color
Monochromatic Colors of #ADDD61
Black with #ADDD61
Text Example
Text Example
White with #ADDD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD61; }
p { color: rgb(173,221,97); }
H1.HeaderClassName
{
color: #ADDD61;
}
.AnyTagClassName
{
color: #ADDD61;
}
</style>
background-color css
<style>
a { background-color: #ADDD61; }
a { background-color: rgb(173,221,97); }
div.DivClassName
{
background-color: #ADDD61;
}
.BgClassName
{
background-color: #ADDD61;
}
</style>
border-color css
<style>
span { border-color: #ADDD61; }
span { border-color: rgb(173,221,97); }
td.TdClassName
{
border-color: #ADDD61;
}
.TagClassName
{
border-color: #ADDD61;
}
</style>