Shades of Celery #AFC24D
Tints of Celery #AFC24D
RGB
CMYK
RGB Variations
Color information
#AFC24D (or 0xAFC24D) is known color: Celery. HEX triplet: AF, C2 and 4D. RGB value is (175,194,77). Sum of RGB (Red+Green+Blue) = 175+194+77=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 77 (30.47% from 255 or 17.26% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC24D is #503DB2. Grayscale: #AFAFAF. Windows color (decimal): -5258675 or 5096111. OLE color: 5096111.
HSL color Cylindrical-coordinate representation of color #AFC24D: hue angle of 69.74º 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 #AFC24D is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 77 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.24 |
| HSL | 69.74º | 0.49% | 0.53% | - |
| HSV(B) | 69.74º | 0.6% | 0.76% | - |
| XYZ | 38.31 | 48.23 | 14.31 | - |
| YUV | 174.98 | 72.71 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 77 | 0.10 | 0 | 0.60 | 0.24 | 69.74 | 0.49 | 0.53 |
| Hex | AF | C2 | 4D | A | 0 | 3C | 18 | 46 | 31 | 35 |
| Octal | 257 | 302 | 115 | 12 | 0 | 74 | 30 | 106 | 61 | 65 |
| Binary | 10101111 | 11000010 | 1001101 | 1010 | 0 | 111100 | 11000 | 1000110 | 110001 | 110101 |
Color Harmonies of #AFC24D
Complementary color
Monochromatic Colors of #AFC24D
Black with #AFC24D
Text Example
Text Example
White with #AFC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC24D; }
p { color: rgb(175,194,77); }
H1.HeaderClassName
{
color: #AFC24D;
}
.AnyTagClassName
{
color: #AFC24D;
}
</style>
background-color css
<style>
a { background-color: #AFC24D; }
a { background-color: rgb(175,194,77); }
div.DivClassName
{
background-color: #AFC24D;
}
.BgClassName
{
background-color: #AFC24D;
}
</style>
border-color css
<style>
span { border-color: #AFC24D; }
span { border-color: rgb(175,194,77); }
td.TdClassName
{
border-color: #AFC24D;
}
.TagClassName
{
border-color: #AFC24D;
}
</style>