Shades of Celery #AFC044
Tints of Celery #AFC044
RGB
CMYK
RGB Variations
Color information
#AFC044 (or 0xAFC044) is known color: Celery. HEX triplet: AF, C0 and 44. RGB value is (175,192,68). Sum of RGB (Red+Green+Blue) = 175+192+68=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC044 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC044 is #503FBB. Grayscale: #ADADAD. Windows color (decimal): -5259196 or 4505775. OLE color: 4505775.
HSL color Cylindrical-coordinate representation of color #AFC044: hue angle of 68.23º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC044 is Cyan = 0.09, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 68 | - |
| CMYK | 0.09 | 0 | 0.65 | 0.25 |
| HSL | 68.23º | 0.5% | 0.51% | - |
| HSV(B) | 68.23º | 0.65% | 0.75% | - |
| XYZ | 37.57 | 47.23 | 12.6 | - |
| YUV | 172.78 | 68.87 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 68 | 0.09 | 0 | 0.65 | 0.25 | 68.23 | 0.5 | 0.51 |
| Hex | AF | C0 | 44 | 9 | 0 | 41 | 19 | 44 | 32 | 33 |
| Octal | 257 | 300 | 104 | 11 | 0 | 101 | 31 | 104 | 62 | 63 |
| Binary | 10101111 | 11000000 | 1000100 | 1001 | 0 | 1000001 | 11001 | 1000100 | 110010 | 110011 |
Color Harmonies of #AFC044
Complementary color
Monochromatic Colors of #AFC044
Black with #AFC044
Text Example
Text Example
White with #AFC044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC044; }
p { color: rgb(175,192,68); }
H1.HeaderClassName
{
color: #AFC044;
}
.AnyTagClassName
{
color: #AFC044;
}
</style>
background-color css
<style>
a { background-color: #AFC044; }
a { background-color: rgb(175,192,68); }
div.DivClassName
{
background-color: #AFC044;
}
.BgClassName
{
background-color: #AFC044;
}
</style>
border-color css
<style>
span { border-color: #AFC044; }
span { border-color: rgb(175,192,68); }
td.TdClassName
{
border-color: #AFC044;
}
.TagClassName
{
border-color: #AFC044;
}
</style>