Shades of Celery #AFC442
Tints of Celery #AFC442
RGB
CMYK
RGB Variations
Color information
#AFC442 (or 0xAFC442) is known color: Celery. HEX triplet: AF, C4 and 42. RGB value is (175,196,66). Sum of RGB (Red+Green+Blue) = 175+196+66=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 196 (76.95% from 255 or 44.85% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC442 is #503BBD. Grayscale: #AFAFAF. Windows color (decimal): -5258174 or 4375727. OLE color: 4375727.
HSL color Cylindrical-coordinate representation of color #AFC442: hue angle of 69.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFC442 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 66 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.23 |
| HSL | 69.69º | 0.52% | 0.51% | - |
| HSV(B) | 69.69º | 0.66% | 0.77% | - |
| XYZ | 38.4 | 48.99 | 12.59 | - |
| YUV | 174.9 | 66.54 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 66 | 0.11 | 0 | 0.66 | 0.23 | 69.69 | 0.52 | 0.51 |
| Hex | AF | C4 | 42 | B | 0 | 42 | 17 | 46 | 34 | 33 |
| Octal | 257 | 304 | 102 | 13 | 0 | 102 | 27 | 106 | 64 | 63 |
| Binary | 10101111 | 11000100 | 1000010 | 1011 | 0 | 1000010 | 10111 | 1000110 | 110100 | 110011 |
Color Harmonies of #AFC442
Complementary color
Monochromatic Colors of #AFC442
Black with #AFC442
Text Example
Text Example
White with #AFC442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC442; }
p { color: rgb(175,196,66); }
H1.HeaderClassName
{
color: #AFC442;
}
.AnyTagClassName
{
color: #AFC442;
}
</style>
background-color css
<style>
a { background-color: #AFC442; }
a { background-color: rgb(175,196,66); }
div.DivClassName
{
background-color: #AFC442;
}
.BgClassName
{
background-color: #AFC442;
}
</style>
border-color css
<style>
span { border-color: #AFC442; }
span { border-color: rgb(175,196,66); }
td.TdClassName
{
border-color: #AFC442;
}
.TagClassName
{
border-color: #AFC442;
}
</style>