Shades of Celery #AFC43F
Tints of Celery #AFC43F
RGB
CMYK
RGB Variations
Color information
#AFC43F (or 0xAFC43F) is known color: Celery. HEX triplet: AF, C4 and 3F. RGB value is (175,196,63). Sum of RGB (Red+Green+Blue) = 175+196+63=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 196 (76.95% from 255 or 45.16% from 434); Blue value is 63 (25% from 255 or 14.52% from 434); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC43F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC43F is #503BC0. Grayscale: #AFAFAF. Windows color (decimal): -5258177 or 4179119. OLE color: 4179119.
HSL color Cylindrical-coordinate representation of color #AFC43F: hue angle of 69.47º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFC43F is Cyan = 0.11, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 196 | 63 | - |
| CMYK | 0.11 | 0 | 0.68 | 0.23 |
| HSL | 69.47º | 0.53% | 0.51% | - |
| HSV(B) | 69.47º | 0.68% | 0.77% | - |
| XYZ | 38.32 | 48.95 | 12.13 | - |
| YUV | 174.56 | 65.04 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 196 | 63 | 0.11 | 0 | 0.68 | 0.23 | 69.47 | 0.53 | 0.51 |
| Hex | AF | C4 | 3F | B | 0 | 44 | 17 | 45 | 35 | 33 |
| Octal | 257 | 304 | 77 | 13 | 0 | 104 | 27 | 105 | 65 | 63 |
| Binary | 10101111 | 11000100 | 111111 | 1011 | 0 | 1000100 | 10111 | 1000101 | 110101 | 110011 |
Color Harmonies of #AFC43F
Complementary color
Monochromatic Colors of #AFC43F
Black with #AFC43F
Text Example
Text Example
White with #AFC43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC43F; }
p { color: rgb(175,196,63); }
H1.HeaderClassName
{
color: #AFC43F;
}
.AnyTagClassName
{
color: #AFC43F;
}
</style>
background-color css
<style>
a { background-color: #AFC43F; }
a { background-color: rgb(175,196,63); }
div.DivClassName
{
background-color: #AFC43F;
}
.BgClassName
{
background-color: #AFC43F;
}
</style>
border-color css
<style>
span { border-color: #AFC43F; }
span { border-color: rgb(175,196,63); }
td.TdClassName
{
border-color: #AFC43F;
}
.TagClassName
{
border-color: #AFC43F;
}
</style>