Shades of Celery #ADC750
Tints of Celery #ADC750
RGB
CMYK
RGB Variations
Color information
#ADC750 (or 0xADC750) is known color: Celery. HEX triplet: AD, C7 and 50. RGB value is (173,199,80). Sum of RGB (Red+Green+Blue) = 173+199+80=452 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.27% from 452); Green value is 199 (78.12% from 255 or 44.03% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC750 is #5238AF. Grayscale: #B2B2B2. Windows color (decimal): -5388464 or 5293997. OLE color: 5293997.
HSL color Cylindrical-coordinate representation of color #ADC750: hue angle of 73.11º 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 #ADC750 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 80 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.22 |
| HSL | 73.11º | 0.52% | 0.55% | - |
| HSV(B) | 73.11º | 0.6% | 0.78% | - |
| XYZ | 39.1 | 50.31 | 15.24 | - |
| YUV | 177.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 80 | 0.13 | 0 | 0.60 | 0.22 | 73.11 | 0.52 | 0.55 |
| Hex | AD | C7 | 50 | D | 0 | 3C | 16 | 49 | 34 | 37 |
| Octal | 255 | 307 | 120 | 15 | 0 | 74 | 26 | 111 | 64 | 67 |
| Binary | 10101101 | 11000111 | 1010000 | 1101 | 0 | 111100 | 10110 | 1001001 | 110100 | 110111 |
Color Harmonies of #ADC750
Complementary color
Monochromatic Colors of #ADC750
Black with #ADC750
Text Example
Text Example
White with #ADC750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC750; }
p { color: rgb(173,199,80); }
H1.HeaderClassName
{
color: #ADC750;
}
.AnyTagClassName
{
color: #ADC750;
}
</style>
background-color css
<style>
a { background-color: #ADC750; }
a { background-color: rgb(173,199,80); }
div.DivClassName
{
background-color: #ADC750;
}
.BgClassName
{
background-color: #ADC750;
}
</style>
border-color css
<style>
span { border-color: #ADC750; }
span { border-color: rgb(173,199,80); }
td.TdClassName
{
border-color: #ADC750;
}
.TagClassName
{
border-color: #ADC750;
}
</style>