Shades of Celery #AFB24D
Tints of Celery #AFB24D
RGB
CMYK
RGB Variations
Color information
#AFB24D (or 0xAFB24D) is known color: Celery. HEX triplet: AF, B2 and 4D. RGB value is (175,178,77). Sum of RGB (Red+Green+Blue) = 175+178+77=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB24D is #504DB2. Grayscale: #A5A5A5. Windows color (decimal): -5262771 or 5092015. OLE color: 5092015.
HSL color Cylindrical-coordinate representation of color #AFB24D: hue angle of 61.78º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFB24D is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 178 | 77 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.30 |
| HSL | 61.78º | 0.4% | 0.5% | - |
| HSV(B) | 61.78º | 0.57% | 0.7% | - |
| XYZ | 34.94 | 41.49 | 13.19 | - |
| YUV | 165.59 | 78.01 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 178 | 77 | 0.02 | 0 | 0.57 | 0.30 | 61.78 | 0.4 | 0.5 |
| Hex | AF | B2 | 4D | 2 | 0 | 39 | 1E | 3E | 28 | 32 |
| Octal | 257 | 262 | 115 | 2 | 0 | 71 | 36 | 76 | 50 | 62 |
| Binary | 10101111 | 10110010 | 1001101 | 10 | 0 | 111001 | 11110 | 111110 | 101000 | 110010 |
Color Harmonies of #AFB24D
Complementary color
Monochromatic Colors of #AFB24D
Black with #AFB24D
Text Example
Text Example
White with #AFB24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB24D; }
p { color: rgb(175,178,77); }
H1.HeaderClassName
{
color: #AFB24D;
}
.AnyTagClassName
{
color: #AFB24D;
}
</style>
background-color css
<style>
a { background-color: #AFB24D; }
a { background-color: rgb(175,178,77); }
div.DivClassName
{
background-color: #AFB24D;
}
.BgClassName
{
background-color: #AFB24D;
}
</style>
border-color css
<style>
span { border-color: #AFB24D; }
span { border-color: rgb(175,178,77); }
td.TdClassName
{
border-color: #AFB24D;
}
.TagClassName
{
border-color: #AFB24D;
}
</style>