Shades of Celery #AFC259
Tints of Celery #AFC259
RGB
CMYK
RGB Variations
Color information
#AFC259 (or 0xAFC259) is known color: Celery. HEX triplet: AF, C2 and 59. RGB value is (175,194,89). Sum of RGB (Red+Green+Blue) = 175+194+89=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 194 (76.17% from 255 or 42.36% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC259 is #503DA6. Grayscale: #B0B0B0. Windows color (decimal): -5258663 or 5882543. OLE color: 5882543.
HSL color Cylindrical-coordinate representation of color #AFC259: hue angle of 70.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFC259 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 89 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.24 |
| HSL | 70.86º | 0.46% | 0.55% | - |
| HSV(B) | 70.86º | 0.54% | 0.76% | - |
| XYZ | 38.77 | 48.42 | 16.75 | - |
| YUV | 176.35 | 78.71 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 89 | 0.10 | 0 | 0.54 | 0.24 | 70.86 | 0.46 | 0.55 |
| Hex | AF | C2 | 59 | A | 0 | 36 | 18 | 47 | 2E | 37 |
| Octal | 257 | 302 | 131 | 12 | 0 | 66 | 30 | 107 | 56 | 67 |
| Binary | 10101111 | 11000010 | 1011001 | 1010 | 0 | 110110 | 11000 | 1000111 | 101110 | 110111 |
Color Harmonies of #AFC259
Complementary color
Monochromatic Colors of #AFC259
Black with #AFC259
Text Example
Text Example
White with #AFC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC259; }
p { color: rgb(175,194,89); }
H1.HeaderClassName
{
color: #AFC259;
}
.AnyTagClassName
{
color: #AFC259;
}
</style>
background-color css
<style>
a { background-color: #AFC259; }
a { background-color: rgb(175,194,89); }
div.DivClassName
{
background-color: #AFC259;
}
.BgClassName
{
background-color: #AFC259;
}
</style>
border-color css
<style>
span { border-color: #AFC259; }
span { border-color: rgb(175,194,89); }
td.TdClassName
{
border-color: #AFC259;
}
.TagClassName
{
border-color: #AFC259;
}
</style>