Shades of Celery #ADC550
Tints of Celery #ADC550
RGB
CMYK
RGB Variations
Color information
#ADC550 (or 0xADC550) is known color: Celery. HEX triplet: AD, C5 and 50. RGB value is (173,197,80). Sum of RGB (Red+Green+Blue) = 173+197+80=450 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.44% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC550 is #523AAF. Grayscale: #B0B0B0. Windows color (decimal): -5388976 or 5293485. OLE color: 5293485.
HSL color Cylindrical-coordinate representation of color #ADC550: hue angle of 72.31º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADC550 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 80 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.23 |
| HSL | 72.31º | 0.5% | 0.54% | - |
| HSV(B) | 72.31º | 0.59% | 0.77% | - |
| XYZ | 38.65 | 49.4 | 15.09 | - |
| YUV | 176.49 | 73.55 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 80 | 0.12 | 0 | 0.59 | 0.23 | 72.31 | 0.5 | 0.54 |
| Hex | AD | C5 | 50 | C | 0 | 3B | 17 | 48 | 32 | 36 |
| Octal | 255 | 305 | 120 | 14 | 0 | 73 | 27 | 110 | 62 | 66 |
| Binary | 10101101 | 11000101 | 1010000 | 1100 | 0 | 111011 | 10111 | 1001000 | 110010 | 110110 |
Color Harmonies of #ADC550
Complementary color
Monochromatic Colors of #ADC550
Black with #ADC550
Text Example
Text Example
White with #ADC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC550; }
p { color: rgb(173,197,80); }
H1.HeaderClassName
{
color: #ADC550;
}
.AnyTagClassName
{
color: #ADC550;
}
</style>
background-color css
<style>
a { background-color: #ADC550; }
a { background-color: rgb(173,197,80); }
div.DivClassName
{
background-color: #ADC550;
}
.BgClassName
{
background-color: #ADC550;
}
</style>
border-color css
<style>
span { border-color: #ADC550; }
span { border-color: rgb(173,197,80); }
td.TdClassName
{
border-color: #ADC550;
}
.TagClassName
{
border-color: #ADC550;
}
</style>