Shades of Celery #AFC64E
Tints of Celery #AFC64E
RGB
CMYK
RGB Variations
Color information
#AFC64E (or 0xAFC64E) is known color: Celery. HEX triplet: AF, C6 and 4E. RGB value is (175,198,78). Sum of RGB (Red+Green+Blue) = 175+198+78=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC64E is #5039B1. Grayscale: #B1B1B1. Windows color (decimal): -5257650 or 5162671. OLE color: 5162671.
HSL color Cylindrical-coordinate representation of color #AFC64E: hue angle of 71.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFC64E is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 78 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.22 |
| HSL | 71.5º | 0.51% | 0.54% | - |
| HSV(B) | 71.5º | 0.61% | 0.78% | - |
| XYZ | 39.25 | 50.05 | 14.8 | - |
| YUV | 177.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 78 | 0.12 | 0 | 0.61 | 0.22 | 71.5 | 0.51 | 0.54 |
| Hex | AF | C6 | 4E | C | 0 | 3D | 16 | 48 | 33 | 36 |
| Octal | 257 | 306 | 116 | 14 | 0 | 75 | 26 | 110 | 63 | 66 |
| Binary | 10101111 | 11000110 | 1001110 | 1100 | 0 | 111101 | 10110 | 1001000 | 110011 | 110110 |
Color Harmonies of #AFC64E
Complementary color
Monochromatic Colors of #AFC64E
Black with #AFC64E
Text Example
Text Example
White with #AFC64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC64E; }
p { color: rgb(175,198,78); }
H1.HeaderClassName
{
color: #AFC64E;
}
.AnyTagClassName
{
color: #AFC64E;
}
</style>
background-color css
<style>
a { background-color: #AFC64E; }
a { background-color: rgb(175,198,78); }
div.DivClassName
{
background-color: #AFC64E;
}
.BgClassName
{
background-color: #AFC64E;
}
</style>
border-color css
<style>
span { border-color: #AFC64E; }
span { border-color: rgb(175,198,78); }
td.TdClassName
{
border-color: #AFC64E;
}
.TagClassName
{
border-color: #AFC64E;
}
</style>