Shades of Celery #AFCA40
Tints of Celery #AFCA40
RGB
CMYK
RGB Variations
Color information
#AFCA40 (or 0xAFCA40) is known color: Celery. HEX triplet: AF, CA and 40. RGB value is (175,202,64). Sum of RGB (Red+Green+Blue) = 175+202+64=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA40 is #5035BF. Grayscale: #B2B2B2. Windows color (decimal): -5256640 or 4246191. OLE color: 4246191.
HSL color Cylindrical-coordinate representation of color #AFCA40: hue angle of 71.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFCA40 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 64 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.21 |
| HSL | 71.74º | 0.57% | 0.52% | - |
| HSV(B) | 71.74º | 0.68% | 0.79% | - |
| XYZ | 39.73 | 51.73 | 12.74 | - |
| YUV | 178.2 | 63.55 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 64 | 0.13 | 0 | 0.68 | 0.21 | 71.74 | 0.57 | 0.52 |
| Hex | AF | CA | 40 | D | 0 | 44 | 15 | 48 | 39 | 34 |
| Octal | 257 | 312 | 100 | 15 | 0 | 104 | 25 | 110 | 71 | 64 |
| Binary | 10101111 | 11001010 | 1000000 | 1101 | 0 | 1000100 | 10101 | 1001000 | 111001 | 110100 |
Color Harmonies of #AFCA40
Complementary color
Monochromatic Colors of #AFCA40
Black with #AFCA40
Text Example
Text Example
White with #AFCA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA40; }
p { color: rgb(175,202,64); }
H1.HeaderClassName
{
color: #AFCA40;
}
.AnyTagClassName
{
color: #AFCA40;
}
</style>
background-color css
<style>
a { background-color: #AFCA40; }
a { background-color: rgb(175,202,64); }
div.DivClassName
{
background-color: #AFCA40;
}
.BgClassName
{
background-color: #AFCA40;
}
</style>
border-color css
<style>
span { border-color: #AFCA40; }
span { border-color: rgb(175,202,64); }
td.TdClassName
{
border-color: #AFCA40;
}
.TagClassName
{
border-color: #AFCA40;
}
</style>