Shades of Celery #AFBC4E
Tints of Celery #AFBC4E
RGB
CMYK
RGB Variations
Color information
#AFBC4E (or 0xAFBC4E) is known color: Celery. HEX triplet: AF, BC and 4E. RGB value is (175,188,78). Sum of RGB (Red+Green+Blue) = 175+188+78=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC4E is #5043B1. Grayscale: #ACACAC. Windows color (decimal): -5260210 or 5160111. OLE color: 5160111.
HSL color Cylindrical-coordinate representation of color #AFBC4E: hue angle of 67.09º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFBC4E is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 78 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.26 |
| HSL | 67.09º | 0.45% | 0.52% | - |
| HSV(B) | 67.09º | 0.59% | 0.74% | - |
| XYZ | 37.04 | 45.63 | 14.06 | - |
| YUV | 171.57 | 75.19 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 78 | 0.07 | 0 | 0.59 | 0.26 | 67.09 | 0.45 | 0.52 |
| Hex | AF | BC | 4E | 7 | 0 | 3B | 1A | 43 | 2D | 34 |
| Octal | 257 | 274 | 116 | 7 | 0 | 73 | 32 | 103 | 55 | 64 |
| Binary | 10101111 | 10111100 | 1001110 | 111 | 0 | 111011 | 11010 | 1000011 | 101101 | 110100 |
Color Harmonies of #AFBC4E
Complementary color
Monochromatic Colors of #AFBC4E
Black with #AFBC4E
Text Example
Text Example
White with #AFBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC4E; }
p { color: rgb(175,188,78); }
H1.HeaderClassName
{
color: #AFBC4E;
}
.AnyTagClassName
{
color: #AFBC4E;
}
</style>
background-color css
<style>
a { background-color: #AFBC4E; }
a { background-color: rgb(175,188,78); }
div.DivClassName
{
background-color: #AFBC4E;
}
.BgClassName
{
background-color: #AFBC4E;
}
</style>
border-color css
<style>
span { border-color: #AFBC4E; }
span { border-color: rgb(175,188,78); }
td.TdClassName
{
border-color: #AFBC4E;
}
.TagClassName
{
border-color: #AFBC4E;
}
</style>