Shades of Celery #AFC93C
Tints of Celery #AFC93C
RGB
CMYK
RGB Variations
Color information
#AFC93C (or 0xAFC93C) is known color: Celery. HEX triplet: AF, C9 and 3C. RGB value is (175,201,60). Sum of RGB (Red+Green+Blue) = 175+201+60=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC93C is #5036C3. Grayscale: #B1B1B1. Windows color (decimal): -5256900 or 3983791. OLE color: 3983791.
HSL color Cylindrical-coordinate representation of color #AFC93C: hue angle of 71.06º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFC93C is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 60 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.21 |
| HSL | 71.06º | 0.57% | 0.51% | - |
| HSV(B) | 71.06º | 0.7% | 0.79% | - |
| XYZ | 39.38 | 51.21 | 12.08 | - |
| YUV | 177.15 | 61.89 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 60 | 0.13 | 0 | 0.70 | 0.21 | 71.06 | 0.57 | 0.51 |
| Hex | AF | C9 | 3C | D | 0 | 46 | 15 | 47 | 39 | 33 |
| Octal | 257 | 311 | 74 | 15 | 0 | 106 | 25 | 107 | 71 | 63 |
| Binary | 10101111 | 11001001 | 111100 | 1101 | 0 | 1000110 | 10101 | 1000111 | 111001 | 110011 |
Color Harmonies of #AFC93C
Complementary color
Monochromatic Colors of #AFC93C
Black with #AFC93C
Text Example
Text Example
White with #AFC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC93C; }
p { color: rgb(175,201,60); }
H1.HeaderClassName
{
color: #AFC93C;
}
.AnyTagClassName
{
color: #AFC93C;
}
</style>
background-color css
<style>
a { background-color: #AFC93C; }
a { background-color: rgb(175,201,60); }
div.DivClassName
{
background-color: #AFC93C;
}
.BgClassName
{
background-color: #AFC93C;
}
</style>
border-color css
<style>
span { border-color: #AFC93C; }
span { border-color: rgb(175,201,60); }
td.TdClassName
{
border-color: #AFC93C;
}
.TagClassName
{
border-color: #AFC93C;
}
</style>