Shades of Celery #ABC04F
Tints of Celery #ABC04F
RGB
CMYK
RGB Variations
Color information
#ABC04F (or 0xABC04F) is known color: Celery. HEX triplet: AB, C0 and 4F. RGB value is (171,192,79). Sum of RGB (Red+Green+Blue) = 171+192+79=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC04F is #543FB0. Grayscale: #ADADAD. Windows color (decimal): -5521329 or 5226667. OLE color: 5226667.
HSL color Cylindrical-coordinate representation of color #ABC04F: hue angle of 71.15º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABC04F is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 192 | 79 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.25 |
| HSL | 71.15º | 0.47% | 0.53% | - |
| HSV(B) | 71.15º | 0.59% | 0.75% | - |
| XYZ | 37.06 | 46.92 | 14.5 | - |
| YUV | 172.84 | 75.04 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 192 | 79 | 0.11 | 0 | 0.59 | 0.25 | 71.15 | 0.47 | 0.53 |
| Hex | AB | C0 | 4F | B | 0 | 3B | 19 | 47 | 2F | 35 |
| Octal | 253 | 300 | 117 | 13 | 0 | 73 | 31 | 107 | 57 | 65 |
| Binary | 10101011 | 11000000 | 1001111 | 1011 | 0 | 111011 | 11001 | 1000111 | 101111 | 110101 |
Color Harmonies of #ABC04F
Complementary color
Monochromatic Colors of #ABC04F
Black with #ABC04F
Text Example
Text Example
White with #ABC04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC04F; }
p { color: rgb(171,192,79); }
H1.HeaderClassName
{
color: #ABC04F;
}
.AnyTagClassName
{
color: #ABC04F;
}
</style>
background-color css
<style>
a { background-color: #ABC04F; }
a { background-color: rgb(171,192,79); }
div.DivClassName
{
background-color: #ABC04F;
}
.BgClassName
{
background-color: #ABC04F;
}
</style>
border-color css
<style>
span { border-color: #ABC04F; }
span { border-color: rgb(171,192,79); }
td.TdClassName
{
border-color: #ABC04F;
}
.TagClassName
{
border-color: #ABC04F;
}
</style>