Shades of Celery #AFCA4F
Tints of Celery #AFCA4F
RGB
CMYK
RGB Variations
Color information
#AFCA4F (or 0xAFCA4F) is known color: Celery. HEX triplet: AF, CA and 4F. RGB value is (175,202,79). Sum of RGB (Red+Green+Blue) = 175+202+79=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCA4F is #5035B0. Grayscale: #B4B4B4. Windows color (decimal): -5256625 or 5229231. OLE color: 5229231.
HSL color Cylindrical-coordinate representation of color #AFCA4F: hue angle of 73.17º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFCA4F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 79 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.21 |
| HSL | 73.17º | 0.54% | 0.55% | - |
| HSV(B) | 73.17º | 0.61% | 0.79% | - |
| XYZ | 40.21 | 51.92 | 15.3 | - |
| YUV | 179.91 | 71.05 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 79 | 0.13 | 0 | 0.61 | 0.21 | 73.17 | 0.54 | 0.55 |
| Hex | AF | CA | 4F | D | 0 | 3D | 15 | 49 | 36 | 37 |
| Octal | 257 | 312 | 117 | 15 | 0 | 75 | 25 | 111 | 66 | 67 |
| Binary | 10101111 | 11001010 | 1001111 | 1101 | 0 | 111101 | 10101 | 1001001 | 110110 | 110111 |
Color Harmonies of #AFCA4F
Complementary color
Monochromatic Colors of #AFCA4F
Black with #AFCA4F
Text Example
Text Example
White with #AFCA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA4F; }
p { color: rgb(175,202,79); }
H1.HeaderClassName
{
color: #AFCA4F;
}
.AnyTagClassName
{
color: #AFCA4F;
}
</style>
background-color css
<style>
a { background-color: #AFCA4F; }
a { background-color: rgb(175,202,79); }
div.DivClassName
{
background-color: #AFCA4F;
}
.BgClassName
{
background-color: #AFCA4F;
}
</style>
border-color css
<style>
span { border-color: #AFCA4F; }
span { border-color: rgb(175,202,79); }
td.TdClassName
{
border-color: #AFCA4F;
}
.TagClassName
{
border-color: #AFCA4F;
}
</style>