Shades of Celery #AFC24E
Tints of Celery #AFC24E
RGB
CMYK
RGB Variations
Color information
#AFC24E (or 0xAFC24E) is known color: Celery. HEX triplet: AF, C2 and 4E. RGB value is (175,194,78). Sum of RGB (Red+Green+Blue) = 175+194+78=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC24E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC24E is #503DB1. Grayscale: #AFAFAF. Windows color (decimal): -5258674 or 5161647. OLE color: 5161647.
HSL color Cylindrical-coordinate representation of color #AFC24E: hue angle of 69.83º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC24E is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 78 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.24 |
| HSL | 69.83º | 0.49% | 0.53% | - |
| HSV(B) | 69.83º | 0.6% | 0.76% | - |
| XYZ | 38.35 | 48.25 | 14.5 | - |
| YUV | 175.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 78 | 0.10 | 0 | 0.60 | 0.24 | 69.83 | 0.49 | 0.53 |
| Hex | AF | C2 | 4E | A | 0 | 3C | 18 | 46 | 31 | 35 |
| Octal | 257 | 302 | 116 | 12 | 0 | 74 | 30 | 106 | 61 | 65 |
| Binary | 10101111 | 11000010 | 1001110 | 1010 | 0 | 111100 | 11000 | 1000110 | 110001 | 110101 |
Color Harmonies of #AFC24E
Complementary color
Monochromatic Colors of #AFC24E
Black with #AFC24E
Text Example
Text Example
White with #AFC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC24E; }
p { color: rgb(175,194,78); }
H1.HeaderClassName
{
color: #AFC24E;
}
.AnyTagClassName
{
color: #AFC24E;
}
</style>
background-color css
<style>
a { background-color: #AFC24E; }
a { background-color: rgb(175,194,78); }
div.DivClassName
{
background-color: #AFC24E;
}
.BgClassName
{
background-color: #AFC24E;
}
</style>
border-color css
<style>
span { border-color: #AFC24E; }
span { border-color: rgb(175,194,78); }
td.TdClassName
{
border-color: #AFC24E;
}
.TagClassName
{
border-color: #AFC24E;
}
</style>