Shades of Celery #ADC54B
Tints of Celery #ADC54B
RGB
CMYK
RGB Variations
Color information
#ADC54B (or 0xADC54B) is known color: Celery. HEX triplet: AD, C5 and 4B. RGB value is (173,197,75). Sum of RGB (Red+Green+Blue) = 173+197+75=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC54B is #523AB4. Grayscale: #B0B0B0. Windows color (decimal): -5388981 or 4965805. OLE color: 4965805.
HSL color Cylindrical-coordinate representation of color #ADC54B: hue angle of 71.8º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ADC54B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 197 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.23 |
| HSL | 71.8º | 0.51% | 0.53% | - |
| HSV(B) | 71.8º | 0.62% | 0.77% | - |
| XYZ | 38.47 | 49.32 | 14.15 | - |
| YUV | 175.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 197 | 75 | 0.12 | 0 | 0.62 | 0.23 | 71.8 | 0.51 | 0.53 |
| Hex | AD | C5 | 4B | C | 0 | 3E | 17 | 48 | 33 | 35 |
| Octal | 255 | 305 | 113 | 14 | 0 | 76 | 27 | 110 | 63 | 65 |
| Binary | 10101101 | 11000101 | 1001011 | 1100 | 0 | 111110 | 10111 | 1001000 | 110011 | 110101 |
Color Harmonies of #ADC54B
Complementary color
Monochromatic Colors of #ADC54B
Black with #ADC54B
Text Example
Text Example
White with #ADC54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC54B; }
p { color: rgb(173,197,75); }
H1.HeaderClassName
{
color: #ADC54B;
}
.AnyTagClassName
{
color: #ADC54B;
}
</style>
background-color css
<style>
a { background-color: #ADC54B; }
a { background-color: rgb(173,197,75); }
div.DivClassName
{
background-color: #ADC54B;
}
.BgClassName
{
background-color: #ADC54B;
}
</style>
border-color css
<style>
span { border-color: #ADC54B; }
span { border-color: rgb(173,197,75); }
td.TdClassName
{
border-color: #ADC54B;
}
.TagClassName
{
border-color: #ADC54B;
}
</style>