Shades of Celery #ADC749
Tints of Celery #ADC749
RGB
CMYK
RGB Variations
Color information
#ADC749 (or 0xADC749) is known color: Celery. HEX triplet: AD, C7 and 49. RGB value is (173,199,73). Sum of RGB (Red+Green+Blue) = 173+199+73=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 199 (78.12% from 255 or 44.72% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC749 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC749 is #5238B6. Grayscale: #B1B1B1. Windows color (decimal): -5388471 or 4835245. OLE color: 4835245.
HSL color Cylindrical-coordinate representation of color #ADC749: hue angle of 72.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ADC749 is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 73 | - |
| CMYK | 0.13 | 0 | 0.63 | 0.22 |
| HSL | 72.38º | 0.53% | 0.53% | - |
| HSV(B) | 72.38º | 0.63% | 0.78% | - |
| XYZ | 38.86 | 50.21 | 13.95 | - |
| YUV | 176.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 73 | 0.13 | 0 | 0.63 | 0.22 | 72.38 | 0.53 | 0.53 |
| Hex | AD | C7 | 49 | D | 0 | 3F | 16 | 48 | 35 | 35 |
| Octal | 255 | 307 | 111 | 15 | 0 | 77 | 26 | 110 | 65 | 65 |
| Binary | 10101101 | 11000111 | 1001001 | 1101 | 0 | 111111 | 10110 | 1001000 | 110101 | 110101 |
Color Harmonies of #ADC749
Complementary color
Monochromatic Colors of #ADC749
Black with #ADC749
Text Example
Text Example
White with #ADC749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC749; }
p { color: rgb(173,199,73); }
H1.HeaderClassName
{
color: #ADC749;
}
.AnyTagClassName
{
color: #ADC749;
}
</style>
background-color css
<style>
a { background-color: #ADC749; }
a { background-color: rgb(173,199,73); }
div.DivClassName
{
background-color: #ADC749;
}
.BgClassName
{
background-color: #ADC749;
}
</style>
border-color css
<style>
span { border-color: #ADC749; }
span { border-color: rgb(173,199,73); }
td.TdClassName
{
border-color: #ADC749;
}
.TagClassName
{
border-color: #ADC749;
}
</style>