Shades of Celery #ADC850
Tints of Celery #ADC850
RGB
CMYK
RGB Variations
Color information
#ADC850 (or 0xADC850) is known color: Celery. HEX triplet: AD, C8 and 50. RGB value is (173,200,80). Sum of RGB (Red+Green+Blue) = 173+200+80=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 200 (78.52% from 255 or 44.15% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC850 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADC850 is #5237AF. Grayscale: #B2B2B2. Windows color (decimal): -5388208 or 5294253. OLE color: 5294253.
HSL color Cylindrical-coordinate representation of color #ADC850: hue angle of 73.5º 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 #ADC850 is Cyan = 0.14, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 80 | - |
| CMYK | 0.14 | 0 | 0.6 | 0.22 |
| HSL | 73.5º | 0.52% | 0.55% | - |
| HSV(B) | 73.5º | 0.6% | 0.78% | - |
| XYZ | 39.34 | 50.77 | 15.32 | - |
| YUV | 178.25 | 72.55 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 80 | 0.14 | 0 | 0.6 | 0.22 | 73.5 | 0.52 | 0.55 |
| Hex | AD | C8 | 50 | E | 0 | 3C | 16 | 4A | 34 | 37 |
| Octal | 255 | 310 | 120 | 16 | 0 | 74 | 26 | 112 | 64 | 67 |
| Binary | 10101101 | 11001000 | 1010000 | 1110 | 0 | 111100 | 10110 | 1001010 | 110100 | 110111 |
Color Harmonies of #ADC850
Complementary color
Monochromatic Colors of #ADC850
Black with #ADC850
Text Example
Text Example
White with #ADC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC850; }
p { color: rgb(173,200,80); }
H1.HeaderClassName
{
color: #ADC850;
}
.AnyTagClassName
{
color: #ADC850;
}
</style>
background-color css
<style>
a { background-color: #ADC850; }
a { background-color: rgb(173,200,80); }
div.DivClassName
{
background-color: #ADC850;
}
.BgClassName
{
background-color: #ADC850;
}
</style>
border-color css
<style>
span { border-color: #ADC850; }
span { border-color: rgb(173,200,80); }
td.TdClassName
{
border-color: #ADC850;
}
.TagClassName
{
border-color: #ADC850;
}
</style>