Shades of Celery #AFC44E
Tints of Celery #AFC44E
RGB
CMYK
RGB Variations
Color information
#AFC44E (or 0xAFC44E) is known color: Celery. HEX triplet: AF, C4 and 4E. RGB value is (175,196,78). Sum of RGB (Red+Green+Blue) = 175+196+78=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC44E is #503BB1. Grayscale: #B0B0B0. Windows color (decimal): -5258162 or 5162159. OLE color: 5162159.
HSL color Cylindrical-coordinate representation of color #AFC44E: hue angle of 70.68º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC44E is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 78 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.23 |
| HSL | 70.68º | 0.5% | 0.54% | - |
| HSV(B) | 70.68º | 0.6% | 0.77% | - |
| XYZ | 38.79 | 49.14 | 14.65 | - |
| YUV | 176.27 | 72.54 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 78 | 0.11 | 0 | 0.60 | 0.23 | 70.68 | 0.5 | 0.54 |
| Hex | AF | C4 | 4E | B | 0 | 3C | 17 | 47 | 32 | 36 |
| Octal | 257 | 304 | 116 | 13 | 0 | 74 | 27 | 107 | 62 | 66 |
| Binary | 10101111 | 11000100 | 1001110 | 1011 | 0 | 111100 | 10111 | 1000111 | 110010 | 110110 |
Color Harmonies of #AFC44E
Complementary color
Monochromatic Colors of #AFC44E
Black with #AFC44E
Text Example
Text Example
White with #AFC44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC44E; }
p { color: rgb(175,196,78); }
H1.HeaderClassName
{
color: #AFC44E;
}
.AnyTagClassName
{
color: #AFC44E;
}
</style>
background-color css
<style>
a { background-color: #AFC44E; }
a { background-color: rgb(175,196,78); }
div.DivClassName
{
background-color: #AFC44E;
}
.BgClassName
{
background-color: #AFC44E;
}
</style>
border-color css
<style>
span { border-color: #AFC44E; }
span { border-color: rgb(175,196,78); }
td.TdClassName
{
border-color: #AFC44E;
}
.TagClassName
{
border-color: #AFC44E;
}
</style>