Shades of Celery #ADC752
Tints of Celery #ADC752
RGB
CMYK
RGB Variations
Color information
#ADC752 (or 0xADC752) is known color: Celery. HEX triplet: AD, C7 and 52. RGB value is (173,199,82). Sum of RGB (Red+Green+Blue) = 173+199+82=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC752 is #5238AD. Grayscale: #B2B2B2. Windows color (decimal): -5388462 or 5425069. OLE color: 5425069.
HSL color Cylindrical-coordinate representation of color #ADC752: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ADC752 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 82 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.22 |
| HSL | 73.33º | 0.51% | 0.55% | - |
| HSV(B) | 73.33º | 0.59% | 0.78% | - |
| XYZ | 39.18 | 50.34 | 15.63 | - |
| YUV | 177.89 | 73.89 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 82 | 0.13 | 0 | 0.59 | 0.22 | 73.33 | 0.51 | 0.55 |
| Hex | AD | C7 | 52 | D | 0 | 3B | 16 | 49 | 33 | 37 |
| Octal | 255 | 307 | 122 | 15 | 0 | 73 | 26 | 111 | 63 | 67 |
| Binary | 10101101 | 11000111 | 1010010 | 1101 | 0 | 111011 | 10110 | 1001001 | 110011 | 110111 |
Color Harmonies of #ADC752
Complementary color
Monochromatic Colors of #ADC752
Black with #ADC752
Text Example
Text Example
White with #ADC752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC752; }
p { color: rgb(173,199,82); }
H1.HeaderClassName
{
color: #ADC752;
}
.AnyTagClassName
{
color: #ADC752;
}
</style>
background-color css
<style>
a { background-color: #ADC752; }
a { background-color: rgb(173,199,82); }
div.DivClassName
{
background-color: #ADC752;
}
.BgClassName
{
background-color: #ADC752;
}
</style>
border-color css
<style>
span { border-color: #ADC752; }
span { border-color: rgb(173,199,82); }
td.TdClassName
{
border-color: #ADC752;
}
.TagClassName
{
border-color: #ADC752;
}
</style>