Shades of Celery #AFC052
Tints of Celery #AFC052
RGB
CMYK
RGB Variations
Color information
#AFC052 (or 0xAFC052) is known color: Celery. HEX triplet: AF, C0 and 52. RGB value is (175,192,82). Sum of RGB (Red+Green+Blue) = 175+192+82=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC052 is #503FAD. Grayscale: #AEAEAE. Windows color (decimal): -5259182 or 5423279. OLE color: 5423279.
HSL color Cylindrical-coordinate representation of color #AFC052: hue angle of 69.27º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFC052 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 82 | - |
| CMYK | 0.09 | 0 | 0.57 | 0.25 |
| HSL | 69.27º | 0.47% | 0.54% | - |
| HSV(B) | 69.27º | 0.57% | 0.75% | - |
| XYZ | 38.05 | 47.42 | 15.13 | - |
| YUV | 174.38 | 75.87 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 82 | 0.09 | 0 | 0.57 | 0.25 | 69.27 | 0.47 | 0.54 |
| Hex | AF | C0 | 52 | 9 | 0 | 39 | 19 | 45 | 2F | 36 |
| Octal | 257 | 300 | 122 | 11 | 0 | 71 | 31 | 105 | 57 | 66 |
| Binary | 10101111 | 11000000 | 1010010 | 1001 | 0 | 111001 | 11001 | 1000101 | 101111 | 110110 |
Color Harmonies of #AFC052
Complementary color
Monochromatic Colors of #AFC052
Black with #AFC052
Text Example
Text Example
White with #AFC052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC052; }
p { color: rgb(175,192,82); }
H1.HeaderClassName
{
color: #AFC052;
}
.AnyTagClassName
{
color: #AFC052;
}
</style>
background-color css
<style>
a { background-color: #AFC052; }
a { background-color: rgb(175,192,82); }
div.DivClassName
{
background-color: #AFC052;
}
.BgClassName
{
background-color: #AFC052;
}
</style>
border-color css
<style>
span { border-color: #AFC052; }
span { border-color: rgb(175,192,82); }
td.TdClassName
{
border-color: #AFC052;
}
.TagClassName
{
border-color: #AFC052;
}
</style>