Shades of Celery #ABC740
Tints of Celery #ABC740
RGB
CMYK
RGB Variations
Color information
#ABC740 (or 0xABC740) is known color: Celery. HEX triplet: AB, C7 and 40. RGB value is (171,199,64). Sum of RGB (Red+Green+Blue) = 171+199+64=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 199 (78.12% from 255 or 45.85% from 434); Blue value is 64 (25.39% from 255 or 14.75% from 434); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC740 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC740 is #5438BF. Grayscale: #AFAFAF. Windows color (decimal): -5519552 or 4245419. OLE color: 4245419.
HSL color Cylindrical-coordinate representation of color #ABC740: hue angle of 72.44º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABC740 is Cyan = 0.14, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 199 | 64 | - |
| CMYK | 0.14 | 0 | 0.68 | 0.22 |
| HSL | 72.44º | 0.55% | 0.52% | - |
| HSV(B) | 72.44º | 0.68% | 0.78% | - |
| XYZ | 38.14 | 49.87 | 12.47 | - |
| YUV | 175.24 | 65.22 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 199 | 64 | 0.14 | 0 | 0.68 | 0.22 | 72.44 | 0.55 | 0.52 |
| Hex | AB | C7 | 40 | E | 0 | 44 | 16 | 48 | 37 | 34 |
| Octal | 253 | 307 | 100 | 16 | 0 | 104 | 26 | 110 | 67 | 64 |
| Binary | 10101011 | 11000111 | 1000000 | 1110 | 0 | 1000100 | 10110 | 1001000 | 110111 | 110100 |
Color Harmonies of #ABC740
Complementary color
Monochromatic Colors of #ABC740
Black with #ABC740
Text Example
Text Example
White with #ABC740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC740; }
p { color: rgb(171,199,64); }
H1.HeaderClassName
{
color: #ABC740;
}
.AnyTagClassName
{
color: #ABC740;
}
</style>
background-color css
<style>
a { background-color: #ABC740; }
a { background-color: rgb(171,199,64); }
div.DivClassName
{
background-color: #ABC740;
}
.BgClassName
{
background-color: #ABC740;
}
</style>
border-color css
<style>
span { border-color: #ABC740; }
span { border-color: rgb(171,199,64); }
td.TdClassName
{
border-color: #ABC740;
}
.TagClassName
{
border-color: #ABC740;
}
</style>