Shades of Celery #AFC558
Tints of Celery #AFC558
RGB
CMYK
RGB Variations
Color information
#AFC558 (or 0xAFC558) is known color: Celery. HEX triplet: AF, C5 and 58. RGB value is (175,197,88). Sum of RGB (Red+Green+Blue) = 175+197+88=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC558 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC558 is #503AA7. Grayscale: #B2B2B2. Windows color (decimal): -5257896 or 5817775. OLE color: 5817775.
HSL color Cylindrical-coordinate representation of color #AFC558: hue angle of 72.11º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFC558 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 88 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.23 |
| HSL | 72.11º | 0.48% | 0.56% | - |
| HSV(B) | 72.11º | 0.55% | 0.77% | - |
| XYZ | 39.41 | 49.75 | 16.76 | - |
| YUV | 178 | 77.21 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 88 | 0.11 | 0 | 0.55 | 0.23 | 72.11 | 0.48 | 0.56 |
| Hex | AF | C5 | 58 | B | 0 | 37 | 17 | 48 | 30 | 38 |
| Octal | 257 | 305 | 130 | 13 | 0 | 67 | 27 | 110 | 60 | 70 |
| Binary | 10101111 | 11000101 | 1011000 | 1011 | 0 | 110111 | 10111 | 1001000 | 110000 | 111000 |
Color Harmonies of #AFC558
Complementary color
Monochromatic Colors of #AFC558
Black with #AFC558
Text Example
Text Example
White with #AFC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC558; }
p { color: rgb(175,197,88); }
H1.HeaderClassName
{
color: #AFC558;
}
.AnyTagClassName
{
color: #AFC558;
}
</style>
background-color css
<style>
a { background-color: #AFC558; }
a { background-color: rgb(175,197,88); }
div.DivClassName
{
background-color: #AFC558;
}
.BgClassName
{
background-color: #AFC558;
}
</style>
border-color css
<style>
span { border-color: #AFC558; }
span { border-color: rgb(175,197,88); }
td.TdClassName
{
border-color: #AFC558;
}
.TagClassName
{
border-color: #AFC558;
}
</style>