Shades of Celery #ABC74F
Tints of Celery #ABC74F
RGB
CMYK
RGB Variations
Color information
#ABC74F (or 0xABC74F) is known color: Celery. HEX triplet: AB, C7 and 4F. RGB value is (171,199,79). Sum of RGB (Red+Green+Blue) = 171+199+79=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC74F is #5438B0. Grayscale: #B1B1B1. Windows color (decimal): -5519537 or 5228459. OLE color: 5228459.
HSL color Cylindrical-coordinate representation of color #ABC74F: hue angle of 74º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABC74F is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 79 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.22 |
| HSL | 74º | 0.52% | 0.55% | - |
| HSV(B) | 74º | 0.6% | 0.78% | - |
| XYZ | 38.63 | 50.07 | 15.03 | - |
| YUV | 176.95 | 72.72 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 79 | 0.14 | 0 | 0.60 | 0.22 | 74 | 0.52 | 0.55 |
| Hex | AB | C7 | 4F | E | 0 | 3C | 16 | 4A | 34 | 37 |
| Octal | 253 | 307 | 117 | 16 | 0 | 74 | 26 | 112 | 64 | 67 |
| Binary | 10101011 | 11000111 | 1001111 | 1110 | 0 | 111100 | 10110 | 1001010 | 110100 | 110111 |
Color Harmonies of #ABC74F
Complementary color
Monochromatic Colors of #ABC74F
Black with #ABC74F
Text Example
Text Example
White with #ABC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC74F; }
p { color: rgb(171,199,79); }
H1.HeaderClassName
{
color: #ABC74F;
}
.AnyTagClassName
{
color: #ABC74F;
}
</style>
background-color css
<style>
a { background-color: #ABC74F; }
a { background-color: rgb(171,199,79); }
div.DivClassName
{
background-color: #ABC74F;
}
.BgClassName
{
background-color: #ABC74F;
}
</style>
border-color css
<style>
span { border-color: #ABC74F; }
span { border-color: rgb(171,199,79); }
td.TdClassName
{
border-color: #ABC74F;
}
.TagClassName
{
border-color: #ABC74F;
}
</style>