Shades of Celery #ADC742
Tints of Celery #ADC742
RGB
CMYK
RGB Variations
Color information
#ADC742 (or 0xADC742) is known color: Celery. HEX triplet: AD, C7 and 42. RGB value is (173,199,66). Sum of RGB (Red+Green+Blue) = 173+199+66=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 199 (78.12% from 255 or 45.43% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC742 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC742 is #5238BD. Grayscale: #B0B0B0. Windows color (decimal): -5388478 or 4376493. OLE color: 4376493.
HSL color Cylindrical-coordinate representation of color #ADC742: hue angle of 71.73º 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 #ADC742 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 66 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.22 |
| HSL | 71.73º | 0.54% | 0.52% | - |
| HSV(B) | 71.73º | 0.67% | 0.78% | - |
| XYZ | 38.64 | 50.12 | 12.79 | - |
| YUV | 176.06 | 65.89 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 66 | 0.13 | 0 | 0.67 | 0.22 | 71.73 | 0.54 | 0.52 |
| Hex | AD | C7 | 42 | D | 0 | 43 | 16 | 48 | 36 | 34 |
| Octal | 255 | 307 | 102 | 15 | 0 | 103 | 26 | 110 | 66 | 64 |
| Binary | 10101101 | 11000111 | 1000010 | 1101 | 0 | 1000011 | 10110 | 1001000 | 110110 | 110100 |
Color Harmonies of #ADC742
Complementary color
Monochromatic Colors of #ADC742
Black with #ADC742
Text Example
Text Example
White with #ADC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC742; }
p { color: rgb(173,199,66); }
H1.HeaderClassName
{
color: #ADC742;
}
.AnyTagClassName
{
color: #ADC742;
}
</style>
background-color css
<style>
a { background-color: #ADC742; }
a { background-color: rgb(173,199,66); }
div.DivClassName
{
background-color: #ADC742;
}
.BgClassName
{
background-color: #ADC742;
}
</style>
border-color css
<style>
span { border-color: #ADC742; }
span { border-color: rgb(173,199,66); }
td.TdClassName
{
border-color: #ADC742;
}
.TagClassName
{
border-color: #ADC742;
}
</style>