Shades of Celery #ADC755
Tints of Celery #ADC755
RGB
CMYK
RGB Variations
Color information
#ADC755 (or 0xADC755) is known color: Celery. HEX triplet: AD, C7 and 55. RGB value is (173,199,85). Sum of RGB (Red+Green+Blue) = 173+199+85=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 199 (78.12% from 255 or 43.54% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC755 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC755 is #5238AA. Grayscale: #B2B2B2. Windows color (decimal): -5388459 or 5621677. OLE color: 5621677.
HSL color Cylindrical-coordinate representation of color #ADC755: hue angle of 73.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ADC755 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 85 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.22 |
| HSL | 73.68º | 0.5% | 0.56% | - |
| HSV(B) | 73.68º | 0.57% | 0.78% | - |
| XYZ | 39.3 | 50.39 | 16.25 | - |
| YUV | 178.23 | 75.39 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 85 | 0.13 | 0 | 0.57 | 0.22 | 73.68 | 0.5 | 0.56 |
| Hex | AD | C7 | 55 | D | 0 | 39 | 16 | 4A | 32 | 38 |
| Octal | 255 | 307 | 125 | 15 | 0 | 71 | 26 | 112 | 62 | 70 |
| Binary | 10101101 | 11000111 | 1010101 | 1101 | 0 | 111001 | 10110 | 1001010 | 110010 | 111000 |
Color Harmonies of #ADC755
Complementary color
Monochromatic Colors of #ADC755
Black with #ADC755
Text Example
Text Example
White with #ADC755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC755; }
p { color: rgb(173,199,85); }
H1.HeaderClassName
{
color: #ADC755;
}
.AnyTagClassName
{
color: #ADC755;
}
</style>
background-color css
<style>
a { background-color: #ADC755; }
a { background-color: rgb(173,199,85); }
div.DivClassName
{
background-color: #ADC755;
}
.BgClassName
{
background-color: #ADC755;
}
</style>
border-color css
<style>
span { border-color: #ADC755; }
span { border-color: rgb(173,199,85); }
td.TdClassName
{
border-color: #ADC755;
}
.TagClassName
{
border-color: #ADC755;
}
</style>