Shades of Celery #AFC141
Tints of Celery #AFC141
RGB
CMYK
RGB Variations
Color information
#AFC141 (or 0xAFC141) is known color: Celery. HEX triplet: AF, C1 and 41. RGB value is (175,193,65). Sum of RGB (Red+Green+Blue) = 175+193+65=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 65 (25.78% from 255 or 15.01% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC141 is #503EBE. Grayscale: #ADADAD. Windows color (decimal): -5258943 or 4309423. OLE color: 4309423.
HSL color Cylindrical-coordinate representation of color #AFC141: hue angle of 68.44º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFC141 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 65 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.24 |
| HSL | 68.44º | 0.51% | 0.51% | - |
| HSV(B) | 68.44º | 0.66% | 0.76% | - |
| XYZ | 37.7 | 47.64 | 12.21 | - |
| YUV | 173.03 | 67.04 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 65 | 0.09 | 0 | 0.66 | 0.24 | 68.44 | 0.51 | 0.51 |
| Hex | AF | C1 | 41 | 9 | 0 | 42 | 18 | 44 | 33 | 33 |
| Octal | 257 | 301 | 101 | 11 | 0 | 102 | 30 | 104 | 63 | 63 |
| Binary | 10101111 | 11000001 | 1000001 | 1001 | 0 | 1000010 | 11000 | 1000100 | 110011 | 110011 |
Color Harmonies of #AFC141
Complementary color
Monochromatic Colors of #AFC141
Black with #AFC141
Text Example
Text Example
White with #AFC141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC141; }
p { color: rgb(175,193,65); }
H1.HeaderClassName
{
color: #AFC141;
}
.AnyTagClassName
{
color: #AFC141;
}
</style>
background-color css
<style>
a { background-color: #AFC141; }
a { background-color: rgb(175,193,65); }
div.DivClassName
{
background-color: #AFC141;
}
.BgClassName
{
background-color: #AFC141;
}
</style>
border-color css
<style>
span { border-color: #AFC141; }
span { border-color: rgb(175,193,65); }
td.TdClassName
{
border-color: #AFC141;
}
.TagClassName
{
border-color: #AFC141;
}
</style>