Shades of Celery #AFC53A
Tints of Celery #AFC53A
RGB
CMYK
RGB Variations
Color information
#AFC53A (or 0xAFC53A) is known color: Celery. HEX triplet: AF, C5 and 3A. RGB value is (175,197,58). Sum of RGB (Red+Green+Blue) = 175+197+58=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 197 (77.34% from 255 or 45.81% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC53A is #503AC5. Grayscale: #AFAFAF. Windows color (decimal): -5257926 or 3851695. OLE color: 3851695.
HSL color Cylindrical-coordinate representation of color #AFC53A: hue angle of 69.5º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AFC53A is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 58 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.23 |
| HSL | 69.5º | 0.55% | 0.5% | - |
| HSV(B) | 69.5º | 0.71% | 0.77% | - |
| XYZ | 38.41 | 49.35 | 11.5 | - |
| YUV | 174.58 | 62.21 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 58 | 0.11 | 0 | 0.71 | 0.23 | 69.5 | 0.55 | 0.5 |
| Hex | AF | C5 | 3A | B | 0 | 47 | 17 | 45 | 37 | 32 |
| Octal | 257 | 305 | 72 | 13 | 0 | 107 | 27 | 105 | 67 | 62 |
| Binary | 10101111 | 11000101 | 111010 | 1011 | 0 | 1000111 | 10111 | 1000101 | 110111 | 110010 |
Color Harmonies of #AFC53A
Complementary color
Monochromatic Colors of #AFC53A
Black with #AFC53A
Text Example
Text Example
White with #AFC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC53A; }
p { color: rgb(175,197,58); }
H1.HeaderClassName
{
color: #AFC53A;
}
.AnyTagClassName
{
color: #AFC53A;
}
</style>
background-color css
<style>
a { background-color: #AFC53A; }
a { background-color: rgb(175,197,58); }
div.DivClassName
{
background-color: #AFC53A;
}
.BgClassName
{
background-color: #AFC53A;
}
</style>
border-color css
<style>
span { border-color: #AFC53A; }
span { border-color: rgb(175,197,58); }
td.TdClassName
{
border-color: #AFC53A;
}
.TagClassName
{
border-color: #AFC53A;
}
</style>