Shades of Celery #AFC649
Tints of Celery #AFC649
RGB
CMYK
RGB Variations
Color information
#AFC649 (or 0xAFC649) is known color: Celery. HEX triplet: AF, C6 and 49. RGB value is (175,198,73). Sum of RGB (Red+Green+Blue) = 175+198+73=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 198 (77.73% from 255 or 44.39% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC649 is #5039B6. Grayscale: #B1B1B1. Windows color (decimal): -5257655 or 4834991. OLE color: 4834991.
HSL color Cylindrical-coordinate representation of color #AFC649: hue angle of 71.04º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC649 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 73 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.22 |
| HSL | 71.04º | 0.52% | 0.53% | - |
| HSV(B) | 71.04º | 0.63% | 0.78% | - |
| XYZ | 39.08 | 49.98 | 13.89 | - |
| YUV | 176.87 | 69.38 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 73 | 0.12 | 0 | 0.63 | 0.22 | 71.04 | 0.52 | 0.53 |
| Hex | AF | C6 | 49 | C | 0 | 3F | 16 | 47 | 34 | 35 |
| Octal | 257 | 306 | 111 | 14 | 0 | 77 | 26 | 107 | 64 | 65 |
| Binary | 10101111 | 11000110 | 1001001 | 1100 | 0 | 111111 | 10110 | 1000111 | 110100 | 110101 |
Color Harmonies of #AFC649
Complementary color
Monochromatic Colors of #AFC649
Black with #AFC649
Text Example
Text Example
White with #AFC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC649; }
p { color: rgb(175,198,73); }
H1.HeaderClassName
{
color: #AFC649;
}
.AnyTagClassName
{
color: #AFC649;
}
</style>
background-color css
<style>
a { background-color: #AFC649; }
a { background-color: rgb(175,198,73); }
div.DivClassName
{
background-color: #AFC649;
}
.BgClassName
{
background-color: #AFC649;
}
</style>
border-color css
<style>
span { border-color: #AFC649; }
span { border-color: rgb(175,198,73); }
td.TdClassName
{
border-color: #AFC649;
}
.TagClassName
{
border-color: #AFC649;
}
</style>