Shades of Celery #ADC74F
Tints of Celery #ADC74F
RGB
CMYK
RGB Variations
Color information
#ADC74F (or 0xADC74F) is known color: Celery. HEX triplet: AD, C7 and 4F. RGB value is (173,199,79). Sum of RGB (Red+Green+Blue) = 173+199+79=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 199 (78.12% from 255 or 44.12% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC74F is #5238B0. Grayscale: #B2B2B2. Windows color (decimal): -5388465 or 5228461. OLE color: 5228461.
HSL color Cylindrical-coordinate representation of color #ADC74F: hue angle of 73º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ADC74F is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 79 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.22 |
| HSL | 73º | 0.52% | 0.55% | - |
| HSV(B) | 73º | 0.6% | 0.78% | - |
| XYZ | 39.07 | 50.3 | 15.05 | - |
| YUV | 177.55 | 72.39 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 79 | 0.13 | 0 | 0.60 | 0.22 | 73 | 0.52 | 0.55 |
| Hex | AD | C7 | 4F | D | 0 | 3C | 16 | 49 | 34 | 37 |
| Octal | 255 | 307 | 117 | 15 | 0 | 74 | 26 | 111 | 64 | 67 |
| Binary | 10101101 | 11000111 | 1001111 | 1101 | 0 | 111100 | 10110 | 1001001 | 110100 | 110111 |
Color Harmonies of #ADC74F
Complementary color
Monochromatic Colors of #ADC74F
Black with #ADC74F
Text Example
Text Example
White with #ADC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC74F; }
p { color: rgb(173,199,79); }
H1.HeaderClassName
{
color: #ADC74F;
}
.AnyTagClassName
{
color: #ADC74F;
}
</style>
background-color css
<style>
a { background-color: #ADC74F; }
a { background-color: rgb(173,199,79); }
div.DivClassName
{
background-color: #ADC74F;
}
.BgClassName
{
background-color: #ADC74F;
}
</style>
border-color css
<style>
span { border-color: #ADC74F; }
span { border-color: rgb(173,199,79); }
td.TdClassName
{
border-color: #ADC74F;
}
.TagClassName
{
border-color: #ADC74F;
}
</style>