Shades of Celery #AFC353
Tints of Celery #AFC353
RGB
CMYK
RGB Variations
Color information
#AFC353 (or 0xAFC353) is known color: Celery. HEX triplet: AF, C3 and 53. RGB value is (175,195,83). Sum of RGB (Red+Green+Blue) = 175+195+83=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC353 is #503CAC. Grayscale: #B0B0B0. Windows color (decimal): -5258413 or 5489583. OLE color: 5489583.
HSL color Cylindrical-coordinate representation of color #AFC353: hue angle of 70.71º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFC353 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 83 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.24 |
| HSL | 70.71º | 0.48% | 0.55% | - |
| HSV(B) | 70.71º | 0.57% | 0.76% | - |
| XYZ | 38.76 | 48.77 | 15.55 | - |
| YUV | 176.25 | 75.37 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 83 | 0.10 | 0 | 0.57 | 0.24 | 70.71 | 0.48 | 0.55 |
| Hex | AF | C3 | 53 | A | 0 | 39 | 18 | 47 | 30 | 37 |
| Octal | 257 | 303 | 123 | 12 | 0 | 71 | 30 | 107 | 60 | 67 |
| Binary | 10101111 | 11000011 | 1010011 | 1010 | 0 | 111001 | 11000 | 1000111 | 110000 | 110111 |
Color Harmonies of #AFC353
Complementary color
Monochromatic Colors of #AFC353
Black with #AFC353
Text Example
Text Example
White with #AFC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC353; }
p { color: rgb(175,195,83); }
H1.HeaderClassName
{
color: #AFC353;
}
.AnyTagClassName
{
color: #AFC353;
}
</style>
background-color css
<style>
a { background-color: #AFC353; }
a { background-color: rgb(175,195,83); }
div.DivClassName
{
background-color: #AFC353;
}
.BgClassName
{
background-color: #AFC353;
}
</style>
border-color css
<style>
span { border-color: #AFC353; }
span { border-color: rgb(175,195,83); }
td.TdClassName
{
border-color: #AFC353;
}
.TagClassName
{
border-color: #AFC353;
}
</style>