Shades of Celery #AFC642
Tints of Celery #AFC642
RGB
CMYK
RGB Variations
Color information
#AFC642 (or 0xAFC642) is known color: Celery. HEX triplet: AF, C6 and 42. RGB value is (175,198,66). Sum of RGB (Red+Green+Blue) = 175+198+66=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 198 (77.73% from 255 or 45.10% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC642 is #5039BD. Grayscale: #B0B0B0. Windows color (decimal): -5257662 or 4376239. OLE color: 4376239.
HSL color Cylindrical-coordinate representation of color #AFC642: hue angle of 70.45º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFC642 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 66 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.22 |
| HSL | 70.45º | 0.54% | 0.52% | - |
| HSV(B) | 70.45º | 0.67% | 0.78% | - |
| XYZ | 38.86 | 49.9 | 12.74 | - |
| YUV | 176.08 | 65.88 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 66 | 0.12 | 0 | 0.67 | 0.22 | 70.45 | 0.54 | 0.52 |
| Hex | AF | C6 | 42 | C | 0 | 43 | 16 | 46 | 36 | 34 |
| Octal | 257 | 306 | 102 | 14 | 0 | 103 | 26 | 106 | 66 | 64 |
| Binary | 10101111 | 11000110 | 1000010 | 1100 | 0 | 1000011 | 10110 | 1000110 | 110110 | 110100 |
Color Harmonies of #AFC642
Complementary color
Monochromatic Colors of #AFC642
Black with #AFC642
Text Example
Text Example
White with #AFC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC642; }
p { color: rgb(175,198,66); }
H1.HeaderClassName
{
color: #AFC642;
}
.AnyTagClassName
{
color: #AFC642;
}
</style>
background-color css
<style>
a { background-color: #AFC642; }
a { background-color: rgb(175,198,66); }
div.DivClassName
{
background-color: #AFC642;
}
.BgClassName
{
background-color: #AFC642;
}
</style>
border-color css
<style>
span { border-color: #AFC642; }
span { border-color: rgb(175,198,66); }
td.TdClassName
{
border-color: #AFC642;
}
.TagClassName
{
border-color: #AFC642;
}
</style>