Shades of Conifer #ADDE63
Tints of Conifer #ADDE63
RGB
CMYK
RGB Variations
Color information
#ADDE63 (or 0xADDE63) is known color: Conifer. HEX triplet: AD, DE and 63. RGB value is (173,222,99). Sum of RGB (Red+Green+Blue) = 173+222+99=494 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.02% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDE63 is #52219C. Grayscale: #C1C1C1. Windows color (decimal): -5382557 or 6545069. OLE color: 6545069.
HSL color Cylindrical-coordinate representation of color #ADDE63: hue angle of 83.9º degrees, saturation: 0.65, 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 #ADDE63 is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 99 | - |
| CMYK | 0.22 | 0 | 0.55 | 0.13 |
| HSL | 83.9º | 0.65% | 0.63% | - |
| HSV(B) | 83.9º | 0.55% | 0.87% | - |
| XYZ | 45.61 | 62.03 | 21.37 | - |
| YUV | 193.33 | 74.77 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 99 | 0.22 | 0 | 0.55 | 0.13 | 83.9 | 0.65 | 0.63 |
| Hex | AD | DE | 63 | 16 | 0 | 37 | D | 54 | 41 | 3F |
| Octal | 255 | 336 | 143 | 26 | 0 | 67 | 15 | 124 | 101 | 77 |
| Binary | 10101101 | 11011110 | 1100011 | 10110 | 0 | 110111 | 1101 | 1010100 | 1000001 | 111111 |
Color Harmonies of #ADDE63
Complementary color
Monochromatic Colors of #ADDE63
Black with #ADDE63
Text Example
Text Example
White with #ADDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE63; }
p { color: rgb(173,222,99); }
H1.HeaderClassName
{
color: #ADDE63;
}
.AnyTagClassName
{
color: #ADDE63;
}
</style>
background-color css
<style>
a { background-color: #ADDE63; }
a { background-color: rgb(173,222,99); }
div.DivClassName
{
background-color: #ADDE63;
}
.BgClassName
{
background-color: #ADDE63;
}
</style>
border-color css
<style>
span { border-color: #ADDE63; }
span { border-color: rgb(173,222,99); }
td.TdClassName
{
border-color: #ADDE63;
}
.TagClassName
{
border-color: #ADDE63;
}
</style>