Shades of Celery #ADC64B
Tints of Celery #ADC64B
RGB
CMYK
RGB Variations
Color information
#ADC64B (or 0xADC64B) is known color: Celery. HEX triplet: AD, C6 and 4B. RGB value is (173,198,75). Sum of RGB (Red+Green+Blue) = 173+198+75=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #ADC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC64B is #5239B4. Grayscale: #B0B0B0. Windows color (decimal): -5388725 or 4966061. OLE color: 4966061.
HSL color Cylindrical-coordinate representation of color #ADC64B: hue angle of 72.2º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC64B is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 198 | 75 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.22 |
| HSL | 72.2º | 0.52% | 0.54% | - |
| HSV(B) | 72.2º | 0.62% | 0.78% | - |
| XYZ | 38.7 | 49.78 | 14.23 | - |
| YUV | 176.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 198 | 75 | 0.13 | 0 | 0.62 | 0.22 | 72.2 | 0.52 | 0.54 |
| Hex | AD | C6 | 4B | D | 0 | 3E | 16 | 48 | 34 | 36 |
| Octal | 255 | 306 | 113 | 15 | 0 | 76 | 26 | 110 | 64 | 66 |
| Binary | 10101101 | 11000110 | 1001011 | 1101 | 0 | 111110 | 10110 | 1001000 | 110100 | 110110 |
Color Harmonies of #ADC64B
Complementary color
Monochromatic Colors of #ADC64B
Black with #ADC64B
Text Example
Text Example
White with #ADC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC64B; }
p { color: rgb(173,198,75); }
H1.HeaderClassName
{
color: #ADC64B;
}
.AnyTagClassName
{
color: #ADC64B;
}
</style>
background-color css
<style>
a { background-color: #ADC64B; }
a { background-color: rgb(173,198,75); }
div.DivClassName
{
background-color: #ADC64B;
}
.BgClassName
{
background-color: #ADC64B;
}
</style>
border-color css
<style>
span { border-color: #ADC64B; }
span { border-color: rgb(173,198,75); }
td.TdClassName
{
border-color: #ADC64B;
}
.TagClassName
{
border-color: #ADC64B;
}
</style>