Shades of Celery #ADC641
Tints of Celery #ADC641
RGB
CMYK
RGB Variations
Color information
#ADC641 (or 0xADC641) is known color: Celery. HEX triplet: AD, C6 and 41. RGB value is (173,198,65). Sum of RGB (Red+Green+Blue) = 173+198+65=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC641 is #5239BE. Grayscale: #AFAFAF. Windows color (decimal): -5388735 or 4310701. OLE color: 4310701.
HSL color Cylindrical-coordinate representation of color #ADC641: hue angle of 71.28º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ADC641 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 65 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.22 |
| HSL | 71.28º | 0.54% | 0.52% | - |
| HSV(B) | 71.28º | 0.67% | 0.78% | - |
| XYZ | 38.38 | 49.65 | 12.56 | - |
| YUV | 175.36 | 65.72 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 65 | 0.13 | 0 | 0.67 | 0.22 | 71.28 | 0.54 | 0.52 |
| Hex | AD | C6 | 41 | D | 0 | 43 | 16 | 47 | 36 | 34 |
| Octal | 255 | 306 | 101 | 15 | 0 | 103 | 26 | 107 | 66 | 64 |
| Binary | 10101101 | 11000110 | 1000001 | 1101 | 0 | 1000011 | 10110 | 1000111 | 110110 | 110100 |
Color Harmonies of #ADC641
Complementary color
Monochromatic Colors of #ADC641
Black with #ADC641
Text Example
Text Example
White with #ADC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC641; }
p { color: rgb(173,198,65); }
H1.HeaderClassName
{
color: #ADC641;
}
.AnyTagClassName
{
color: #ADC641;
}
</style>
background-color css
<style>
a { background-color: #ADC641; }
a { background-color: rgb(173,198,65); }
div.DivClassName
{
background-color: #ADC641;
}
.BgClassName
{
background-color: #ADC641;
}
</style>
border-color css
<style>
span { border-color: #ADC641; }
span { border-color: rgb(173,198,65); }
td.TdClassName
{
border-color: #ADC641;
}
.TagClassName
{
border-color: #ADC641;
}
</style>