Shades of Celery #AFC241
Tints of Celery #AFC241
RGB
CMYK
RGB Variations
Color information
#AFC241 (or 0xAFC241) is known color: Celery. HEX triplet: AF, C2 and 41. RGB value is (175,194,65). Sum of RGB (Red+Green+Blue) = 175+194+65=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC241 is #503DBE. Grayscale: #AEAEAE. Windows color (decimal): -5258687 or 4309679. OLE color: 4309679.
HSL color Cylindrical-coordinate representation of color #AFC241: hue angle of 68.84º 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 #AFC241 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 65 | - |
| CMYK | 0.10 | 0 | 0.66 | 0.24 |
| HSL | 68.84º | 0.51% | 0.51% | - |
| HSV(B) | 68.84º | 0.66% | 0.76% | - |
| XYZ | 37.93 | 48.08 | 12.28 | - |
| YUV | 173.61 | 66.71 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 65 | 0.10 | 0 | 0.66 | 0.24 | 68.84 | 0.51 | 0.51 |
| Hex | AF | C2 | 41 | A | 0 | 42 | 18 | 45 | 33 | 33 |
| Octal | 257 | 302 | 101 | 12 | 0 | 102 | 30 | 105 | 63 | 63 |
| Binary | 10101111 | 11000010 | 1000001 | 1010 | 0 | 1000010 | 11000 | 1000101 | 110011 | 110011 |
Color Harmonies of #AFC241
Complementary color
Monochromatic Colors of #AFC241
Black with #AFC241
Text Example
Text Example
White with #AFC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC241; }
p { color: rgb(175,194,65); }
H1.HeaderClassName
{
color: #AFC241;
}
.AnyTagClassName
{
color: #AFC241;
}
</style>
background-color css
<style>
a { background-color: #AFC241; }
a { background-color: rgb(175,194,65); }
div.DivClassName
{
background-color: #AFC241;
}
.BgClassName
{
background-color: #AFC241;
}
</style>
border-color css
<style>
span { border-color: #AFC241; }
span { border-color: rgb(175,194,65); }
td.TdClassName
{
border-color: #AFC241;
}
.TagClassName
{
border-color: #AFC241;
}
</style>