Shades of Celery #AFC25C
Tints of Celery #AFC25C
RGB
CMYK
RGB Variations
Color information
#AFC25C (or 0xAFC25C) is known color: Celery. HEX triplet: AF, C2 and 5C. RGB value is (175,194,92). Sum of RGB (Red+Green+Blue) = 175+194+92=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC25C is #503DA3. Grayscale: #B1B1B1. Windows color (decimal): -5258660 or 6079151. OLE color: 6079151.
HSL color Cylindrical-coordinate representation of color #AFC25C: hue angle of 71.18º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFC25C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 92 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.24 |
| HSL | 71.18º | 0.46% | 0.56% | - |
| HSV(B) | 71.18º | 0.53% | 0.76% | - |
| XYZ | 38.9 | 48.47 | 17.43 | - |
| YUV | 176.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 92 | 0.10 | 0 | 0.53 | 0.24 | 71.18 | 0.46 | 0.56 |
| Hex | AF | C2 | 5C | A | 0 | 35 | 18 | 47 | 2E | 38 |
| Octal | 257 | 302 | 134 | 12 | 0 | 65 | 30 | 107 | 56 | 70 |
| Binary | 10101111 | 11000010 | 1011100 | 1010 | 0 | 110101 | 11000 | 1000111 | 101110 | 111000 |
Color Harmonies of #AFC25C
Complementary color
Monochromatic Colors of #AFC25C
Black with #AFC25C
Text Example
Text Example
White with #AFC25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC25C; }
p { color: rgb(175,194,92); }
H1.HeaderClassName
{
color: #AFC25C;
}
.AnyTagClassName
{
color: #AFC25C;
}
</style>
background-color css
<style>
a { background-color: #AFC25C; }
a { background-color: rgb(175,194,92); }
div.DivClassName
{
background-color: #AFC25C;
}
.BgClassName
{
background-color: #AFC25C;
}
</style>
border-color css
<style>
span { border-color: #AFC25C; }
span { border-color: rgb(175,194,92); }
td.TdClassName
{
border-color: #AFC25C;
}
.TagClassName
{
border-color: #AFC25C;
}
</style>