Shades of Celery #ADC555
Tints of Celery #ADC555
RGB
CMYK
RGB Variations
Color information
#ADC555 (or 0xADC555) is known color: Celery. HEX triplet: AD, C5 and 55. RGB value is (173,197,85). Sum of RGB (Red+Green+Blue) = 173+197+85=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC555 is #523AAA. Grayscale: #B1B1B1. Windows color (decimal): -5388971 or 5621165. OLE color: 5621165.
HSL color Cylindrical-coordinate representation of color #ADC555: hue angle of 72.86º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADC555 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 85 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.23 |
| HSL | 72.86º | 0.49% | 0.55% | - |
| HSV(B) | 72.86º | 0.57% | 0.77% | - |
| XYZ | 38.84 | 49.47 | 16.1 | - |
| YUV | 177.06 | 76.05 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 85 | 0.12 | 0 | 0.57 | 0.23 | 72.86 | 0.49 | 0.55 |
| Hex | AD | C5 | 55 | C | 0 | 39 | 17 | 49 | 31 | 37 |
| Octal | 255 | 305 | 125 | 14 | 0 | 71 | 27 | 111 | 61 | 67 |
| Binary | 10101101 | 11000101 | 1010101 | 1100 | 0 | 111001 | 10111 | 1001001 | 110001 | 110111 |
Color Harmonies of #ADC555
Complementary color
Monochromatic Colors of #ADC555
Black with #ADC555
Text Example
Text Example
White with #ADC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC555; }
p { color: rgb(173,197,85); }
H1.HeaderClassName
{
color: #ADC555;
}
.AnyTagClassName
{
color: #ADC555;
}
</style>
background-color css
<style>
a { background-color: #ADC555; }
a { background-color: rgb(173,197,85); }
div.DivClassName
{
background-color: #ADC555;
}
.BgClassName
{
background-color: #ADC555;
}
</style>
border-color css
<style>
span { border-color: #ADC555; }
span { border-color: rgb(173,197,85); }
td.TdClassName
{
border-color: #ADC555;
}
.TagClassName
{
border-color: #ADC555;
}
</style>