Shades of Conifer #ADDD63
Tints of Conifer #ADDD63
RGB
CMYK
RGB Variations
Color information
#ADDD63 (or 0xADDD63) is known color: Conifer. HEX triplet: AD, DD and 63. RGB value is (173,221,99). Sum of RGB (Red+Green+Blue) = 173+221+99=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD63 is #52229C. Grayscale: #C1C1C1. Windows color (decimal): -5382813 or 6544813. OLE color: 6544813.
HSL color Cylindrical-coordinate representation of color #ADDD63: hue angle of 83.61º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDD63 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 99 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.13 |
| HSL | 83.61º | 0.64% | 0.63% | - |
| HSV(B) | 83.61º | 0.55% | 0.87% | - |
| XYZ | 45.34 | 61.5 | 21.28 | - |
| YUV | 192.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 99 | 0.22 | 0 | 0.55 | 0.13 | 83.61 | 0.64 | 0.63 |
| Hex | AD | DD | 63 | 16 | 0 | 37 | D | 54 | 40 | 3F |
| Octal | 255 | 335 | 143 | 26 | 0 | 67 | 15 | 124 | 100 | 77 |
| Binary | 10101101 | 11011101 | 1100011 | 10110 | 0 | 110111 | 1101 | 1010100 | 1000000 | 111111 |
Color Harmonies of #ADDD63
Complementary color
Monochromatic Colors of #ADDD63
Black with #ADDD63
Text Example
Text Example
White with #ADDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD63; }
p { color: rgb(173,221,99); }
H1.HeaderClassName
{
color: #ADDD63;
}
.AnyTagClassName
{
color: #ADDD63;
}
</style>
background-color css
<style>
a { background-color: #ADDD63; }
a { background-color: rgb(173,221,99); }
div.DivClassName
{
background-color: #ADDD63;
}
.BgClassName
{
background-color: #ADDD63;
}
</style>
border-color css
<style>
span { border-color: #ADDD63; }
span { border-color: rgb(173,221,99); }
td.TdClassName
{
border-color: #ADDD63;
}
.TagClassName
{
border-color: #ADDD63;
}
</style>