Shades of Celery #AFC952
Tints of Celery #AFC952
RGB
CMYK
RGB Variations
Color information
#AFC952 (or 0xAFC952) is known color: Celery. HEX triplet: AF, C9 and 52. RGB value is (175,201,82). Sum of RGB (Red+Green+Blue) = 175+201+82=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC952 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC952 is #5036AD. Grayscale: #B4B4B4. Windows color (decimal): -5256878 or 5425583. OLE color: 5425583.
HSL color Cylindrical-coordinate representation of color #AFC952: hue angle of 73.11º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFC952 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 82 | - |
| CMYK | 0.13 | 0 | 0.59 | 0.21 |
| HSL | 73.11º | 0.52% | 0.55% | - |
| HSV(B) | 73.11º | 0.59% | 0.79% | - |
| XYZ | 40.09 | 51.5 | 15.81 | - |
| YUV | 179.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 82 | 0.13 | 0 | 0.59 | 0.21 | 73.11 | 0.52 | 0.55 |
| Hex | AF | C9 | 52 | D | 0 | 3B | 15 | 49 | 34 | 37 |
| Octal | 257 | 311 | 122 | 15 | 0 | 73 | 25 | 111 | 64 | 67 |
| Binary | 10101111 | 11001001 | 1010010 | 1101 | 0 | 111011 | 10101 | 1001001 | 110100 | 110111 |
Color Harmonies of #AFC952
Complementary color
Monochromatic Colors of #AFC952
Black with #AFC952
Text Example
Text Example
White with #AFC952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC952; }
p { color: rgb(175,201,82); }
H1.HeaderClassName
{
color: #AFC952;
}
.AnyTagClassName
{
color: #AFC952;
}
</style>
background-color css
<style>
a { background-color: #AFC952; }
a { background-color: rgb(175,201,82); }
div.DivClassName
{
background-color: #AFC952;
}
.BgClassName
{
background-color: #AFC952;
}
</style>
border-color css
<style>
span { border-color: #AFC952; }
span { border-color: rgb(175,201,82); }
td.TdClassName
{
border-color: #AFC952;
}
.TagClassName
{
border-color: #AFC952;
}
</style>