Shades of Celery #AFBC40
Tints of Celery #AFBC40
RGB
CMYK
RGB Variations
Color information
#AFBC40 (or 0xAFBC40) is known color: Celery. HEX triplet: AF, BC and 40. RGB value is (175,188,64). Sum of RGB (Red+Green+Blue) = 175+188+64=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC40 is #5043BF. Grayscale: #AAAAAA. Windows color (decimal): -5260224 or 4242607. OLE color: 4242607.
HSL color Cylindrical-coordinate representation of color #AFBC40: hue angle of 66.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFBC40 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 64 | - |
| CMYK | 0.07 | 0 | 0.66 | 0.26 |
| HSL | 66.29º | 0.49% | 0.49% | - |
| HSV(B) | 66.29º | 0.66% | 0.74% | - |
| XYZ | 36.59 | 45.45 | 11.69 | - |
| YUV | 169.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 64 | 0.07 | 0 | 0.66 | 0.26 | 66.29 | 0.49 | 0.49 |
| Hex | AF | BC | 40 | 7 | 0 | 42 | 1A | 42 | 31 | 31 |
| Octal | 257 | 274 | 100 | 7 | 0 | 102 | 32 | 102 | 61 | 61 |
| Binary | 10101111 | 10111100 | 1000000 | 111 | 0 | 1000010 | 11010 | 1000010 | 110001 | 110001 |
Color Harmonies of #AFBC40
Complementary color
Monochromatic Colors of #AFBC40
Black with #AFBC40
Text Example
Text Example
White with #AFBC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC40; }
p { color: rgb(175,188,64); }
H1.HeaderClassName
{
color: #AFBC40;
}
.AnyTagClassName
{
color: #AFBC40;
}
</style>
background-color css
<style>
a { background-color: #AFBC40; }
a { background-color: rgb(175,188,64); }
div.DivClassName
{
background-color: #AFBC40;
}
.BgClassName
{
background-color: #AFBC40;
}
</style>
border-color css
<style>
span { border-color: #AFBC40; }
span { border-color: rgb(175,188,64); }
td.TdClassName
{
border-color: #AFBC40;
}
.TagClassName
{
border-color: #AFBC40;
}
</style>