Shades of Celery #ADC93D
Tints of Celery #ADC93D
RGB
CMYK
RGB Variations
Color information
#ADC93D (or 0xADC93D) is known color: Celery. HEX triplet: AD, C9 and 3D. RGB value is (173,201,61). Sum of RGB (Red+Green+Blue) = 173+201+61=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC93D is #5236C2. Grayscale: #B1B1B1. Windows color (decimal): -5387971 or 4049325. OLE color: 4049325.
HSL color Cylindrical-coordinate representation of color #ADC93D: hue angle of 72º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADC93D is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 173 | 201 | 61 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.21 |
| HSL | 72º | 0.56% | 0.51% | - |
| HSV(B) | 72º | 0.7% | 0.79% | - |
| XYZ | 38.96 | 50.99 | 12.2 | - |
| YUV | 176.67 | 62.72 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 201 | 61 | 0.14 | 0 | 0.70 | 0.21 | 72 | 0.56 | 0.51 |
| Hex | AD | C9 | 3D | E | 0 | 46 | 15 | 48 | 38 | 33 |
| Octal | 255 | 311 | 75 | 16 | 0 | 106 | 25 | 110 | 70 | 63 |
| Binary | 10101101 | 11001001 | 111101 | 1110 | 0 | 1000110 | 10101 | 1001000 | 111000 | 110011 |
Color Harmonies of #ADC93D
Complementary color
Monochromatic Colors of #ADC93D
Black with #ADC93D
Text Example
Text Example
White with #ADC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC93D; }
p { color: rgb(173,201,61); }
H1.HeaderClassName
{
color: #ADC93D;
}
.AnyTagClassName
{
color: #ADC93D;
}
</style>
background-color css
<style>
a { background-color: #ADC93D; }
a { background-color: rgb(173,201,61); }
div.DivClassName
{
background-color: #ADC93D;
}
.BgClassName
{
background-color: #ADC93D;
}
</style>
border-color css
<style>
span { border-color: #ADC93D; }
span { border-color: rgb(173,201,61); }
td.TdClassName
{
border-color: #ADC93D;
}
.TagClassName
{
border-color: #ADC93D;
}
</style>