Shades of Celery #ADC64E
Tints of Celery #ADC64E
RGB
CMYK
RGB Variations
Color information
#ADC64E (or 0xADC64E) is known color: Celery. HEX triplet: AD, C6 and 4E. RGB value is (173,198,78). Sum of RGB (Red+Green+Blue) = 173+198+78=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC64E is #5239B1. Grayscale: #B1B1B1. Windows color (decimal): -5388722 or 5162669. OLE color: 5162669.
HSL color Cylindrical-coordinate representation of color #ADC64E: hue angle of 72.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ADC64E is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 78 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.22 |
| HSL | 72.5º | 0.51% | 0.54% | - |
| HSV(B) | 72.5º | 0.61% | 0.78% | - |
| XYZ | 38.8 | 49.82 | 14.78 | - |
| YUV | 176.85 | 72.22 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 78 | 0.13 | 0 | 0.61 | 0.22 | 72.5 | 0.51 | 0.54 |
| Hex | AD | C6 | 4E | D | 0 | 3D | 16 | 48 | 33 | 36 |
| Octal | 255 | 306 | 116 | 15 | 0 | 75 | 26 | 110 | 63 | 66 |
| Binary | 10101101 | 11000110 | 1001110 | 1101 | 0 | 111101 | 10110 | 1001000 | 110011 | 110110 |
Color Harmonies of #ADC64E
Complementary color
Monochromatic Colors of #ADC64E
Black with #ADC64E
Text Example
Text Example
White with #ADC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC64E; }
p { color: rgb(173,198,78); }
H1.HeaderClassName
{
color: #ADC64E;
}
.AnyTagClassName
{
color: #ADC64E;
}
</style>
background-color css
<style>
a { background-color: #ADC64E; }
a { background-color: rgb(173,198,78); }
div.DivClassName
{
background-color: #ADC64E;
}
.BgClassName
{
background-color: #ADC64E;
}
</style>
border-color css
<style>
span { border-color: #ADC64E; }
span { border-color: rgb(173,198,78); }
td.TdClassName
{
border-color: #ADC64E;
}
.TagClassName
{
border-color: #ADC64E;
}
</style>