Shades of Celery #ADC33C
Tints of Celery #ADC33C
RGB
CMYK
RGB Variations
Color information
#ADC33C (or 0xADC33C) is known color: Celery. HEX triplet: AD, C3 and 3C. RGB value is (173,195,60). Sum of RGB (Red+Green+Blue) = 173+195+60=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 60 (23.83% from 255 or 14.02% from 428); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC33C is #523CC3. Grayscale: #ADADAD. Windows color (decimal): -5389508 or 3982253. OLE color: 3982253.
HSL color Cylindrical-coordinate representation of color #ADC33C: hue angle of 69.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ADC33C is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 60 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.24 |
| HSL | 69.78º | 0.53% | 0.5% | - |
| HSV(B) | 69.78º | 0.69% | 0.76% | - |
| XYZ | 37.56 | 48.24 | 11.61 | - |
| YUV | 173.03 | 64.21 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 60 | 0.11 | 0 | 0.69 | 0.24 | 69.78 | 0.53 | 0.5 |
| Hex | AD | C3 | 3C | B | 0 | 45 | 18 | 46 | 35 | 32 |
| Octal | 255 | 303 | 74 | 13 | 0 | 105 | 30 | 106 | 65 | 62 |
| Binary | 10101101 | 11000011 | 111100 | 1011 | 0 | 1000101 | 11000 | 1000110 | 110101 | 110010 |
Color Harmonies of #ADC33C
Complementary color
Monochromatic Colors of #ADC33C
Black with #ADC33C
Text Example
Text Example
White with #ADC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC33C; }
p { color: rgb(173,195,60); }
H1.HeaderClassName
{
color: #ADC33C;
}
.AnyTagClassName
{
color: #ADC33C;
}
</style>
background-color css
<style>
a { background-color: #ADC33C; }
a { background-color: rgb(173,195,60); }
div.DivClassName
{
background-color: #ADC33C;
}
.BgClassName
{
background-color: #ADC33C;
}
</style>
border-color css
<style>
span { border-color: #ADC33C; }
span { border-color: rgb(173,195,60); }
td.TdClassName
{
border-color: #ADC33C;
}
.TagClassName
{
border-color: #ADC33C;
}
</style>