Shades of Celery #AFC444
Tints of Celery #AFC444
RGB
CMYK
RGB Variations
Color information
#AFC444 (or 0xAFC444) is known color: Celery. HEX triplet: AF, C4 and 44. RGB value is (175,196,68). Sum of RGB (Red+Green+Blue) = 175+196+68=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC444 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC444 is #503BBB. Grayscale: #AFAFAF. Windows color (decimal): -5258172 or 4506799. OLE color: 4506799.
HSL color Cylindrical-coordinate representation of color #AFC444: hue angle of 69.84º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC444 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 68 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.23 |
| HSL | 69.84º | 0.52% | 0.52% | - |
| HSV(B) | 69.84º | 0.65% | 0.77% | - |
| XYZ | 38.46 | 49.01 | 12.9 | - |
| YUV | 175.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 68 | 0.11 | 0 | 0.65 | 0.23 | 69.84 | 0.52 | 0.52 |
| Hex | AF | C4 | 44 | B | 0 | 41 | 17 | 46 | 34 | 34 |
| Octal | 257 | 304 | 104 | 13 | 0 | 101 | 27 | 106 | 64 | 64 |
| Binary | 10101111 | 11000100 | 1000100 | 1011 | 0 | 1000001 | 10111 | 1000110 | 110100 | 110100 |
Color Harmonies of #AFC444
Complementary color
Monochromatic Colors of #AFC444
Black with #AFC444
Text Example
Text Example
White with #AFC444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC444; }
p { color: rgb(175,196,68); }
H1.HeaderClassName
{
color: #AFC444;
}
.AnyTagClassName
{
color: #AFC444;
}
</style>
background-color css
<style>
a { background-color: #AFC444; }
a { background-color: rgb(175,196,68); }
div.DivClassName
{
background-color: #AFC444;
}
.BgClassName
{
background-color: #AFC444;
}
</style>
border-color css
<style>
span { border-color: #AFC444; }
span { border-color: rgb(175,196,68); }
td.TdClassName
{
border-color: #AFC444;
}
.TagClassName
{
border-color: #AFC444;
}
</style>