Shades of Celery #AFC640
Tints of Celery #AFC640
RGB
CMYK
RGB Variations
Color information
#AFC640 (or 0xAFC640) is known color: Celery. HEX triplet: AF, C6 and 40. RGB value is (175,198,64). Sum of RGB (Red+Green+Blue) = 175+198+64=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC640 is #5039BF. Grayscale: #B0B0B0. Windows color (decimal): -5257664 or 4245167. OLE color: 4245167.
HSL color Cylindrical-coordinate representation of color #AFC640: hue angle of 70.3º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFC640 is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 64 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.22 |
| HSL | 70.3º | 0.54% | 0.51% | - |
| HSV(B) | 70.3º | 0.68% | 0.78% | - |
| XYZ | 38.8 | 49.87 | 12.43 | - |
| YUV | 175.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 64 | 0.12 | 0 | 0.68 | 0.22 | 70.3 | 0.54 | 0.51 |
| Hex | AF | C6 | 40 | C | 0 | 44 | 16 | 46 | 36 | 33 |
| Octal | 257 | 306 | 100 | 14 | 0 | 104 | 26 | 106 | 66 | 63 |
| Binary | 10101111 | 11000110 | 1000000 | 1100 | 0 | 1000100 | 10110 | 1000110 | 110110 | 110011 |
Color Harmonies of #AFC640
Complementary color
Monochromatic Colors of #AFC640
Black with #AFC640
Text Example
Text Example
White with #AFC640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC640; }
p { color: rgb(175,198,64); }
H1.HeaderClassName
{
color: #AFC640;
}
.AnyTagClassName
{
color: #AFC640;
}
</style>
background-color css
<style>
a { background-color: #AFC640; }
a { background-color: rgb(175,198,64); }
div.DivClassName
{
background-color: #AFC640;
}
.BgClassName
{
background-color: #AFC640;
}
</style>
border-color css
<style>
span { border-color: #AFC640; }
span { border-color: rgb(175,198,64); }
td.TdClassName
{
border-color: #AFC640;
}
.TagClassName
{
border-color: #AFC640;
}
</style>