Shades of Celery #AFC04C
Tints of Celery #AFC04C
RGB
CMYK
RGB Variations
Color information
#AFC04C (or 0xAFC04C) is known color: Celery. HEX triplet: AF, C0 and 4C. RGB value is (175,192,76). Sum of RGB (Red+Green+Blue) = 175+192+76=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC04C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC04C is #503FB3. Grayscale: #AEAEAE. Windows color (decimal): -5259188 or 5030063. OLE color: 5030063.
HSL color Cylindrical-coordinate representation of color #AFC04C: hue angle of 68.79º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC04C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 76 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.25 |
| HSL | 68.79º | 0.48% | 0.53% | - |
| HSV(B) | 68.79º | 0.6% | 0.75% | - |
| XYZ | 37.83 | 47.34 | 13.98 | - |
| YUV | 173.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 76 | 0.09 | 0 | 0.60 | 0.25 | 68.79 | 0.48 | 0.53 |
| Hex | AF | C0 | 4C | 9 | 0 | 3C | 19 | 45 | 30 | 35 |
| Octal | 257 | 300 | 114 | 11 | 0 | 74 | 31 | 105 | 60 | 65 |
| Binary | 10101111 | 11000000 | 1001100 | 1001 | 0 | 111100 | 11001 | 1000101 | 110000 | 110101 |
Color Harmonies of #AFC04C
Complementary color
Monochromatic Colors of #AFC04C
Black with #AFC04C
Text Example
Text Example
White with #AFC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC04C; }
p { color: rgb(175,192,76); }
H1.HeaderClassName
{
color: #AFC04C;
}
.AnyTagClassName
{
color: #AFC04C;
}
</style>
background-color css
<style>
a { background-color: #AFC04C; }
a { background-color: rgb(175,192,76); }
div.DivClassName
{
background-color: #AFC04C;
}
.BgClassName
{
background-color: #AFC04C;
}
</style>
border-color css
<style>
span { border-color: #AFC04C; }
span { border-color: rgb(175,192,76); }
td.TdClassName
{
border-color: #AFC04C;
}
.TagClassName
{
border-color: #AFC04C;
}
</style>