Shades of Celery #AFC64F
Tints of Celery #AFC64F
RGB
CMYK
RGB Variations
Color information
#AFC64F (or 0xAFC64F) is known color: Celery. HEX triplet: AF, C6 and 4F. RGB value is (175,198,79). Sum of RGB (Red+Green+Blue) = 175+198+79=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 79 (31.25% from 255 or 17.48% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC64F is #5039B0. Grayscale: #B2B2B2. Windows color (decimal): -5257649 or 5228207. OLE color: 5228207.
HSL color Cylindrical-coordinate representation of color #AFC64F: hue angle of 71.6º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC64F is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 79 | - |
| CMYK | 0.12 | 0 | 0.60 | 0.22 |
| HSL | 71.6º | 0.51% | 0.54% | - |
| HSV(B) | 71.6º | 0.6% | 0.78% | - |
| XYZ | 39.28 | 50.07 | 14.99 | - |
| YUV | 177.56 | 72.38 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 79 | 0.12 | 0 | 0.60 | 0.22 | 71.6 | 0.51 | 0.54 |
| Hex | AF | C6 | 4F | C | 0 | 3C | 16 | 48 | 33 | 36 |
| Octal | 257 | 306 | 117 | 14 | 0 | 74 | 26 | 110 | 63 | 66 |
| Binary | 10101111 | 11000110 | 1001111 | 1100 | 0 | 111100 | 10110 | 1001000 | 110011 | 110110 |
Color Harmonies of #AFC64F
Complementary color
Monochromatic Colors of #AFC64F
Black with #AFC64F
Text Example
Text Example
White with #AFC64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC64F; }
p { color: rgb(175,198,79); }
H1.HeaderClassName
{
color: #AFC64F;
}
.AnyTagClassName
{
color: #AFC64F;
}
</style>
background-color css
<style>
a { background-color: #AFC64F; }
a { background-color: rgb(175,198,79); }
div.DivClassName
{
background-color: #AFC64F;
}
.BgClassName
{
background-color: #AFC64F;
}
</style>
border-color css
<style>
span { border-color: #AFC64F; }
span { border-color: rgb(175,198,79); }
td.TdClassName
{
border-color: #AFC64F;
}
.TagClassName
{
border-color: #AFC64F;
}
</style>