Shades of Celery #ADC25D
Tints of Celery #ADC25D
RGB
CMYK
RGB Variations
Color information
#ADC25D (or 0xADC25D) is known color: Celery. HEX triplet: AD, C2 and 5D. RGB value is (173,194,93). Sum of RGB (Red+Green+Blue) = 173+194+93=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC25D is #523DA2. Grayscale: #B0B0B0. Windows color (decimal): -5389731 or 6144685. OLE color: 6144685.
HSL color Cylindrical-coordinate representation of color #ADC25D: hue angle of 72.48º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADC25D is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 93 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.24 |
| HSL | 72.48º | 0.45% | 0.56% | - |
| HSV(B) | 72.48º | 0.52% | 0.76% | - |
| XYZ | 38.5 | 48.26 | 17.64 | - |
| YUV | 176.21 | 81.04 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 93 | 0.11 | 0 | 0.52 | 0.24 | 72.48 | 0.45 | 0.56 |
| Hex | AD | C2 | 5D | B | 0 | 34 | 18 | 48 | 2D | 38 |
| Octal | 255 | 302 | 135 | 13 | 0 | 64 | 30 | 110 | 55 | 70 |
| Binary | 10101101 | 11000010 | 1011101 | 1011 | 0 | 110100 | 11000 | 1001000 | 101101 | 111000 |
Color Harmonies of #ADC25D
Complementary color
Monochromatic Colors of #ADC25D
Black with #ADC25D
Text Example
Text Example
White with #ADC25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC25D; }
p { color: rgb(173,194,93); }
H1.HeaderClassName
{
color: #ADC25D;
}
.AnyTagClassName
{
color: #ADC25D;
}
</style>
background-color css
<style>
a { background-color: #ADC25D; }
a { background-color: rgb(173,194,93); }
div.DivClassName
{
background-color: #ADC25D;
}
.BgClassName
{
background-color: #ADC25D;
}
</style>
border-color css
<style>
span { border-color: #ADC25D; }
span { border-color: rgb(173,194,93); }
td.TdClassName
{
border-color: #ADC25D;
}
.TagClassName
{
border-color: #ADC25D;
}
</style>