Shades of Celery #AFC54A
Tints of Celery #AFC54A
RGB
CMYK
RGB Variations
Color information
#AFC54A (or 0xAFC54A) is known color: Celery. HEX triplet: AF, C5 and 4A. RGB value is (175,197,74). Sum of RGB (Red+Green+Blue) = 175+197+74=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC54A is #503AB5. Grayscale: #B0B0B0. Windows color (decimal): -5257910 or 4900271. OLE color: 4900271.
HSL color Cylindrical-coordinate representation of color #AFC54A: hue angle of 70.73º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC54A is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 74 | - |
| CMYK | 0.11 | 0 | 0.62 | 0.23 |
| HSL | 70.73º | 0.51% | 0.53% | - |
| HSV(B) | 70.73º | 0.62% | 0.77% | - |
| XYZ | 38.88 | 49.54 | 13.99 | - |
| YUV | 176.4 | 70.21 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 74 | 0.11 | 0 | 0.62 | 0.23 | 70.73 | 0.51 | 0.53 |
| Hex | AF | C5 | 4A | B | 0 | 3E | 17 | 47 | 33 | 35 |
| Octal | 257 | 305 | 112 | 13 | 0 | 76 | 27 | 107 | 63 | 65 |
| Binary | 10101111 | 11000101 | 1001010 | 1011 | 0 | 111110 | 10111 | 1000111 | 110011 | 110101 |
Color Harmonies of #AFC54A
Complementary color
Monochromatic Colors of #AFC54A
Black with #AFC54A
Text Example
Text Example
White with #AFC54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC54A; }
p { color: rgb(175,197,74); }
H1.HeaderClassName
{
color: #AFC54A;
}
.AnyTagClassName
{
color: #AFC54A;
}
</style>
background-color css
<style>
a { background-color: #AFC54A; }
a { background-color: rgb(175,197,74); }
div.DivClassName
{
background-color: #AFC54A;
}
.BgClassName
{
background-color: #AFC54A;
}
</style>
border-color css
<style>
span { border-color: #AFC54A; }
span { border-color: rgb(175,197,74); }
td.TdClassName
{
border-color: #AFC54A;
}
.TagClassName
{
border-color: #AFC54A;
}
</style>