Shades of Celery #AFC553
Tints of Celery #AFC553
RGB
CMYK
RGB Variations
Color information
#AFC553 (or 0xAFC553) is known color: Celery. HEX triplet: AF, C5 and 53. RGB value is (175,197,83). Sum of RGB (Red+Green+Blue) = 175+197+83=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC553 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC553 is #503AAC. Grayscale: #B1B1B1. Windows color (decimal): -5257901 or 5490095. OLE color: 5490095.
HSL color Cylindrical-coordinate representation of color #AFC553: hue angle of 71.58º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFC553 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 83 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.23 |
| HSL | 71.58º | 0.5% | 0.55% | - |
| HSV(B) | 71.58º | 0.58% | 0.77% | - |
| XYZ | 39.21 | 49.67 | 15.7 | - |
| YUV | 177.43 | 74.71 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 83 | 0.11 | 0 | 0.58 | 0.23 | 71.58 | 0.5 | 0.55 |
| Hex | AF | C5 | 53 | B | 0 | 3A | 17 | 48 | 32 | 37 |
| Octal | 257 | 305 | 123 | 13 | 0 | 72 | 27 | 110 | 62 | 67 |
| Binary | 10101111 | 11000101 | 1010011 | 1011 | 0 | 111010 | 10111 | 1001000 | 110010 | 110111 |
Color Harmonies of #AFC553
Complementary color
Monochromatic Colors of #AFC553
Black with #AFC553
Text Example
Text Example
White with #AFC553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC553; }
p { color: rgb(175,197,83); }
H1.HeaderClassName
{
color: #AFC553;
}
.AnyTagClassName
{
color: #AFC553;
}
</style>
background-color css
<style>
a { background-color: #AFC553; }
a { background-color: rgb(175,197,83); }
div.DivClassName
{
background-color: #AFC553;
}
.BgClassName
{
background-color: #AFC553;
}
</style>
border-color css
<style>
span { border-color: #AFC553; }
span { border-color: rgb(175,197,83); }
td.TdClassName
{
border-color: #AFC553;
}
.TagClassName
{
border-color: #AFC553;
}
</style>