Shades of Celery #AFC447
Tints of Celery #AFC447
RGB
CMYK
RGB Variations
Color information
#AFC447 (or 0xAFC447) is known color: Celery. HEX triplet: AF, C4 and 47. RGB value is (175,196,71). Sum of RGB (Red+Green+Blue) = 175+196+71=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 196 (76.95% from 255 or 44.34% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC447 is #503BB8. Grayscale: #AFAFAF. Windows color (decimal): -5258169 or 4703407. OLE color: 4703407.
HSL color Cylindrical-coordinate representation of color #AFC447: hue angle of 70.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC447 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 71 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.23 |
| HSL | 70.08º | 0.51% | 0.52% | - |
| HSV(B) | 70.08º | 0.64% | 0.77% | - |
| XYZ | 38.56 | 49.05 | 13.4 | - |
| YUV | 175.47 | 69.04 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 71 | 0.11 | 0 | 0.64 | 0.23 | 70.08 | 0.51 | 0.52 |
| Hex | AF | C4 | 47 | B | 0 | 40 | 17 | 46 | 33 | 34 |
| Octal | 257 | 304 | 107 | 13 | 0 | 100 | 27 | 106 | 63 | 64 |
| Binary | 10101111 | 11000100 | 1000111 | 1011 | 0 | 1000000 | 10111 | 1000110 | 110011 | 110100 |
Color Harmonies of #AFC447
Complementary color
Monochromatic Colors of #AFC447
Black with #AFC447
Text Example
Text Example
White with #AFC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC447; }
p { color: rgb(175,196,71); }
H1.HeaderClassName
{
color: #AFC447;
}
.AnyTagClassName
{
color: #AFC447;
}
</style>
background-color css
<style>
a { background-color: #AFC447; }
a { background-color: rgb(175,196,71); }
div.DivClassName
{
background-color: #AFC447;
}
.BgClassName
{
background-color: #AFC447;
}
</style>
border-color css
<style>
span { border-color: #AFC447; }
span { border-color: rgb(175,196,71); }
td.TdClassName
{
border-color: #AFC447;
}
.TagClassName
{
border-color: #AFC447;
}
</style>