Shades of Celery #AFC459
Tints of Celery #AFC459
RGB
CMYK
RGB Variations
Color information
#AFC459 (or 0xAFC459) is known color: Celery. HEX triplet: AF, C4 and 59. RGB value is (175,196,89). Sum of RGB (Red+Green+Blue) = 175+196+89=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC459 is #503BA6. Grayscale: #B1B1B1. Windows color (decimal): -5258151 or 5883055. OLE color: 5883055.
HSL color Cylindrical-coordinate representation of color #AFC459: hue angle of 71.78º 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 #AFC459 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 89 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.23 |
| HSL | 71.78º | 0.48% | 0.56% | - |
| HSV(B) | 71.78º | 0.55% | 0.77% | - |
| XYZ | 39.22 | 49.32 | 16.9 | - |
| YUV | 177.52 | 78.04 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 89 | 0.11 | 0 | 0.55 | 0.23 | 71.78 | 0.48 | 0.56 |
| Hex | AF | C4 | 59 | B | 0 | 37 | 17 | 48 | 30 | 38 |
| Octal | 257 | 304 | 131 | 13 | 0 | 67 | 27 | 110 | 60 | 70 |
| Binary | 10101111 | 11000100 | 1011001 | 1011 | 0 | 110111 | 10111 | 1001000 | 110000 | 111000 |
Color Harmonies of #AFC459
Complementary color
Monochromatic Colors of #AFC459
Black with #AFC459
Text Example
Text Example
White with #AFC459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC459; }
p { color: rgb(175,196,89); }
H1.HeaderClassName
{
color: #AFC459;
}
.AnyTagClassName
{
color: #AFC459;
}
</style>
background-color css
<style>
a { background-color: #AFC459; }
a { background-color: rgb(175,196,89); }
div.DivClassName
{
background-color: #AFC459;
}
.BgClassName
{
background-color: #AFC459;
}
</style>
border-color css
<style>
span { border-color: #AFC459; }
span { border-color: rgb(175,196,89); }
td.TdClassName
{
border-color: #AFC459;
}
.TagClassName
{
border-color: #AFC459;
}
</style>