Shades of Celery #AFC849
Tints of Celery #AFC849
RGB
CMYK
RGB Variations
Color information
#AFC849 (or 0xAFC849) is known color: Celery. HEX triplet: AF, C8 and 49. RGB value is (175,200,73). Sum of RGB (Red+Green+Blue) = 175+200+73=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 73 (28.91% from 255 or 16.29% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC849 is #5037B6. Grayscale: #B2B2B2. Windows color (decimal): -5257143 or 4835503. OLE color: 4835503.
HSL color Cylindrical-coordinate representation of color #AFC849: hue angle of 71.81º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC849 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 73 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.22 |
| HSL | 71.81º | 0.54% | 0.54% | - |
| HSV(B) | 71.81º | 0.64% | 0.78% | - |
| XYZ | 39.54 | 50.9 | 14.04 | - |
| YUV | 178.05 | 68.72 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 73 | 0.12 | 0 | 0.64 | 0.22 | 71.81 | 0.54 | 0.54 |
| Hex | AF | C8 | 49 | C | 0 | 40 | 16 | 48 | 36 | 36 |
| Octal | 257 | 310 | 111 | 14 | 0 | 100 | 26 | 110 | 66 | 66 |
| Binary | 10101111 | 11001000 | 1001001 | 1100 | 0 | 1000000 | 10110 | 1001000 | 110110 | 110110 |
Color Harmonies of #AFC849
Complementary color
Monochromatic Colors of #AFC849
Black with #AFC849
Text Example
Text Example
White with #AFC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC849; }
p { color: rgb(175,200,73); }
H1.HeaderClassName
{
color: #AFC849;
}
.AnyTagClassName
{
color: #AFC849;
}
</style>
background-color css
<style>
a { background-color: #AFC849; }
a { background-color: rgb(175,200,73); }
div.DivClassName
{
background-color: #AFC849;
}
.BgClassName
{
background-color: #AFC849;
}
</style>
border-color css
<style>
span { border-color: #AFC849; }
span { border-color: rgb(175,200,73); }
td.TdClassName
{
border-color: #AFC849;
}
.TagClassName
{
border-color: #AFC849;
}
</style>