Shades of Celery #AFC04D
Tints of Celery #AFC04D
RGB
CMYK
RGB Variations
Color information
#AFC04D (or 0xAFC04D) is known color: Celery. HEX triplet: AF, C0 and 4D. RGB value is (175,192,77). Sum of RGB (Red+Green+Blue) = 175+192+77=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC04D is #503FB2. Grayscale: #AEAEAE. Windows color (decimal): -5259187 or 5095599. OLE color: 5095599.
HSL color Cylindrical-coordinate representation of color #AFC04D: hue angle of 68.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC04D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 77 | - |
| CMYK | 0.09 | 0 | 0.60 | 0.25 |
| HSL | 68.87º | 0.48% | 0.53% | - |
| HSV(B) | 68.87º | 0.6% | 0.75% | - |
| XYZ | 37.87 | 47.35 | 14.16 | - |
| YUV | 173.81 | 73.37 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 77 | 0.09 | 0 | 0.60 | 0.25 | 68.87 | 0.48 | 0.53 |
| Hex | AF | C0 | 4D | 9 | 0 | 3C | 19 | 45 | 30 | 35 |
| Octal | 257 | 300 | 115 | 11 | 0 | 74 | 31 | 105 | 60 | 65 |
| Binary | 10101111 | 11000000 | 1001101 | 1001 | 0 | 111100 | 11001 | 1000101 | 110000 | 110101 |
Color Harmonies of #AFC04D
Complementary color
Monochromatic Colors of #AFC04D
Black with #AFC04D
Text Example
Text Example
White with #AFC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC04D; }
p { color: rgb(175,192,77); }
H1.HeaderClassName
{
color: #AFC04D;
}
.AnyTagClassName
{
color: #AFC04D;
}
</style>
background-color css
<style>
a { background-color: #AFC04D; }
a { background-color: rgb(175,192,77); }
div.DivClassName
{
background-color: #AFC04D;
}
.BgClassName
{
background-color: #AFC04D;
}
</style>
border-color css
<style>
span { border-color: #AFC04D; }
span { border-color: rgb(175,192,77); }
td.TdClassName
{
border-color: #AFC04D;
}
.TagClassName
{
border-color: #AFC04D;
}
</style>