Shades of Celery #AFC552
Tints of Celery #AFC552
RGB
CMYK
RGB Variations
Color information
#AFC552 (or 0xAFC552) is known color: Celery. HEX triplet: AF, C5 and 52. RGB value is (175,197,82). Sum of RGB (Red+Green+Blue) = 175+197+82=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 197 (77.34% from 255 or 43.39% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC552 is #503AAD. Grayscale: #B1B1B1. Windows color (decimal): -5257902 or 5424559. OLE color: 5424559.
HSL color Cylindrical-coordinate representation of color #AFC552: hue angle of 71.48º 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 #AFC552 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 82 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.23 |
| HSL | 71.48º | 0.5% | 0.55% | - |
| HSV(B) | 71.48º | 0.58% | 0.77% | - |
| XYZ | 39.17 | 49.66 | 15.5 | - |
| YUV | 177.31 | 74.21 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 82 | 0.11 | 0 | 0.58 | 0.23 | 71.48 | 0.5 | 0.55 |
| Hex | AF | C5 | 52 | B | 0 | 3A | 17 | 47 | 32 | 37 |
| Octal | 257 | 305 | 122 | 13 | 0 | 72 | 27 | 107 | 62 | 67 |
| Binary | 10101111 | 11000101 | 1010010 | 1011 | 0 | 111010 | 10111 | 1000111 | 110010 | 110111 |
Color Harmonies of #AFC552
Complementary color
Monochromatic Colors of #AFC552
Black with #AFC552
Text Example
Text Example
White with #AFC552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC552; }
p { color: rgb(175,197,82); }
H1.HeaderClassName
{
color: #AFC552;
}
.AnyTagClassName
{
color: #AFC552;
}
</style>
background-color css
<style>
a { background-color: #AFC552; }
a { background-color: rgb(175,197,82); }
div.DivClassName
{
background-color: #AFC552;
}
.BgClassName
{
background-color: #AFC552;
}
</style>
border-color css
<style>
span { border-color: #AFC552; }
span { border-color: rgb(175,197,82); }
td.TdClassName
{
border-color: #AFC552;
}
.TagClassName
{
border-color: #AFC552;
}
</style>