Shades of Celery #AFC53C
Tints of Celery #AFC53C
RGB
CMYK
RGB Variations
Color information
#AFC53C (or 0xAFC53C) is known color: Celery. HEX triplet: AF, C5 and 3C. RGB value is (175,197,60). Sum of RGB (Red+Green+Blue) = 175+197+60=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 197 (77.34% from 255 or 45.60% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC53C is #503AC3. Grayscale: #AFAFAF. Windows color (decimal): -5257924 or 3982767. OLE color: 3982767.
HSL color Cylindrical-coordinate representation of color #AFC53C: hue angle of 69.64º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFC53C is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 60 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.23 |
| HSL | 69.64º | 0.54% | 0.5% | - |
| HSV(B) | 69.64º | 0.7% | 0.77% | - |
| XYZ | 38.46 | 49.37 | 11.78 | - |
| YUV | 174.8 | 63.21 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 60 | 0.11 | 0 | 0.70 | 0.23 | 69.64 | 0.54 | 0.5 |
| Hex | AF | C5 | 3C | B | 0 | 46 | 17 | 46 | 36 | 32 |
| Octal | 257 | 305 | 74 | 13 | 0 | 106 | 27 | 106 | 66 | 62 |
| Binary | 10101111 | 11000101 | 111100 | 1011 | 0 | 1000110 | 10111 | 1000110 | 110110 | 110010 |
Color Harmonies of #AFC53C
Complementary color
Monochromatic Colors of #AFC53C
Black with #AFC53C
Text Example
Text Example
White with #AFC53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC53C; }
p { color: rgb(175,197,60); }
H1.HeaderClassName
{
color: #AFC53C;
}
.AnyTagClassName
{
color: #AFC53C;
}
</style>
background-color css
<style>
a { background-color: #AFC53C; }
a { background-color: rgb(175,197,60); }
div.DivClassName
{
background-color: #AFC53C;
}
.BgClassName
{
background-color: #AFC53C;
}
</style>
border-color css
<style>
span { border-color: #AFC53C; }
span { border-color: rgb(175,197,60); }
td.TdClassName
{
border-color: #AFC53C;
}
.TagClassName
{
border-color: #AFC53C;
}
</style>