Shades of Celery #AFC43D
Tints of Celery #AFC43D
RGB
CMYK
RGB Variations
Color information
#AFC43D (or 0xAFC43D) is known color: Celery. HEX triplet: AF, C4 and 3D. RGB value is (175,196,61). Sum of RGB (Red+Green+Blue) = 175+196+61=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 196 (76.95% from 255 or 45.37% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC43D is #503BC2. Grayscale: #AEAEAE. Windows color (decimal): -5258179 or 4048047. OLE color: 4048047.
HSL color Cylindrical-coordinate representation of color #AFC43D: hue angle of 69.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AFC43D is Cyan = 0.11, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 61 | - |
| CMYK | 0.11 | 0 | 0.69 | 0.23 |
| HSL | 69.33º | 0.53% | 0.5% | - |
| HSV(B) | 69.33º | 0.69% | 0.77% | - |
| XYZ | 38.26 | 48.93 | 11.84 | - |
| YUV | 174.33 | 64.04 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 61 | 0.11 | 0 | 0.69 | 0.23 | 69.33 | 0.53 | 0.5 |
| Hex | AF | C4 | 3D | B | 0 | 45 | 17 | 45 | 35 | 32 |
| Octal | 257 | 304 | 75 | 13 | 0 | 105 | 27 | 105 | 65 | 62 |
| Binary | 10101111 | 11000100 | 111101 | 1011 | 0 | 1000101 | 10111 | 1000101 | 110101 | 110010 |
Color Harmonies of #AFC43D
Complementary color
Monochromatic Colors of #AFC43D
Black with #AFC43D
Text Example
Text Example
White with #AFC43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC43D; }
p { color: rgb(175,196,61); }
H1.HeaderClassName
{
color: #AFC43D;
}
.AnyTagClassName
{
color: #AFC43D;
}
</style>
background-color css
<style>
a { background-color: #AFC43D; }
a { background-color: rgb(175,196,61); }
div.DivClassName
{
background-color: #AFC43D;
}
.BgClassName
{
background-color: #AFC43D;
}
</style>
border-color css
<style>
span { border-color: #AFC43D; }
span { border-color: rgb(175,196,61); }
td.TdClassName
{
border-color: #AFC43D;
}
.TagClassName
{
border-color: #AFC43D;
}
</style>