Shades of Celery #AFBC4D
Tints of Celery #AFBC4D
RGB
CMYK
RGB Variations
Color information
#AFBC4D (or 0xAFBC4D) is known color: Celery. HEX triplet: AF, BC and 4D. RGB value is (175,188,77). Sum of RGB (Red+Green+Blue) = 175+188+77=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBC4D is #5043B2. Grayscale: #ABABAB. Windows color (decimal): -5260211 or 5094575. OLE color: 5094575.
HSL color Cylindrical-coordinate representation of color #AFBC4D: hue angle of 67.03º 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 #AFBC4D is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 77 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.26 |
| HSL | 67.03º | 0.45% | 0.52% | - |
| HSV(B) | 67.03º | 0.59% | 0.74% | - |
| XYZ | 37 | 45.62 | 13.88 | - |
| YUV | 171.46 | 74.69 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 77 | 0.07 | 0 | 0.59 | 0.26 | 67.03 | 0.45 | 0.52 |
| Hex | AF | BC | 4D | 7 | 0 | 3B | 1A | 43 | 2D | 34 |
| Octal | 257 | 274 | 115 | 7 | 0 | 73 | 32 | 103 | 55 | 64 |
| Binary | 10101111 | 10111100 | 1001101 | 111 | 0 | 111011 | 11010 | 1000011 | 101101 | 110100 |
Color Harmonies of #AFBC4D
Complementary color
Monochromatic Colors of #AFBC4D
Black with #AFBC4D
Text Example
Text Example
White with #AFBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC4D; }
p { color: rgb(175,188,77); }
H1.HeaderClassName
{
color: #AFBC4D;
}
.AnyTagClassName
{
color: #AFBC4D;
}
</style>
background-color css
<style>
a { background-color: #AFBC4D; }
a { background-color: rgb(175,188,77); }
div.DivClassName
{
background-color: #AFBC4D;
}
.BgClassName
{
background-color: #AFBC4D;
}
</style>
border-color css
<style>
span { border-color: #AFBC4D; }
span { border-color: rgb(175,188,77); }
td.TdClassName
{
border-color: #AFBC4D;
}
.TagClassName
{
border-color: #AFBC4D;
}
</style>