Shades of Celery #AFC44C
Tints of Celery #AFC44C
RGB
CMYK
RGB Variations
Color information
#AFC44C (or 0xAFC44C) is known color: Celery. HEX triplet: AF, C4 and 4C. RGB value is (175,196,76). Sum of RGB (Red+Green+Blue) = 175+196+76=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC44C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC44C is #503BB3. Grayscale: #B0B0B0. Windows color (decimal): -5258164 or 5031087. OLE color: 5031087.
HSL color Cylindrical-coordinate representation of color #AFC44C: hue angle of 70.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFC44C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 76 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.23 |
| HSL | 70.5º | 0.5% | 0.53% | - |
| HSV(B) | 70.5º | 0.61% | 0.77% | - |
| XYZ | 38.72 | 49.12 | 14.28 | - |
| YUV | 176.04 | 71.54 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 76 | 0.11 | 0 | 0.61 | 0.23 | 70.5 | 0.5 | 0.53 |
| Hex | AF | C4 | 4C | B | 0 | 3D | 17 | 46 | 32 | 35 |
| Octal | 257 | 304 | 114 | 13 | 0 | 75 | 27 | 106 | 62 | 65 |
| Binary | 10101111 | 11000100 | 1001100 | 1011 | 0 | 111101 | 10111 | 1000110 | 110010 | 110101 |
Color Harmonies of #AFC44C
Complementary color
Monochromatic Colors of #AFC44C
Black with #AFC44C
Text Example
Text Example
White with #AFC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC44C; }
p { color: rgb(175,196,76); }
H1.HeaderClassName
{
color: #AFC44C;
}
.AnyTagClassName
{
color: #AFC44C;
}
</style>
background-color css
<style>
a { background-color: #AFC44C; }
a { background-color: rgb(175,196,76); }
div.DivClassName
{
background-color: #AFC44C;
}
.BgClassName
{
background-color: #AFC44C;
}
</style>
border-color css
<style>
span { border-color: #AFC44C; }
span { border-color: rgb(175,196,76); }
td.TdClassName
{
border-color: #AFC44C;
}
.TagClassName
{
border-color: #AFC44C;
}
</style>