Shades of Celery #AFC54E
Tints of Celery #AFC54E
RGB
CMYK
RGB Variations
Color information
#AFC54E (or 0xAFC54E) is known color: Celery. HEX triplet: AF, C5 and 4E. RGB value is (175,197,78). Sum of RGB (Red+Green+Blue) = 175+197+78=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC54E is #503AB1. Grayscale: #B1B1B1. Windows color (decimal): -5257906 or 5162415. OLE color: 5162415.
HSL color Cylindrical-coordinate representation of color #AFC54E: hue angle of 71.09º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC54E is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 78 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.23 |
| HSL | 71.09º | 0.51% | 0.54% | - |
| HSV(B) | 71.09º | 0.6% | 0.77% | - |
| XYZ | 39.02 | 49.6 | 14.72 | - |
| YUV | 176.86 | 72.21 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 78 | 0.11 | 0 | 0.60 | 0.23 | 71.09 | 0.51 | 0.54 |
| Hex | AF | C5 | 4E | B | 0 | 3C | 17 | 47 | 33 | 36 |
| Octal | 257 | 305 | 116 | 13 | 0 | 74 | 27 | 107 | 63 | 66 |
| Binary | 10101111 | 11000101 | 1001110 | 1011 | 0 | 111100 | 10111 | 1000111 | 110011 | 110110 |
Color Harmonies of #AFC54E
Complementary color
Monochromatic Colors of #AFC54E
Black with #AFC54E
Text Example
Text Example
White with #AFC54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC54E; }
p { color: rgb(175,197,78); }
H1.HeaderClassName
{
color: #AFC54E;
}
.AnyTagClassName
{
color: #AFC54E;
}
</style>
background-color css
<style>
a { background-color: #AFC54E; }
a { background-color: rgb(175,197,78); }
div.DivClassName
{
background-color: #AFC54E;
}
.BgClassName
{
background-color: #AFC54E;
}
</style>
border-color css
<style>
span { border-color: #AFC54E; }
span { border-color: rgb(175,197,78); }
td.TdClassName
{
border-color: #AFC54E;
}
.TagClassName
{
border-color: #AFC54E;
}
</style>