Shades of Celery #AFC856
Tints of Celery #AFC856
RGB
CMYK
RGB Variations
Color information
#AFC856 (or 0xAFC856) is known color: Celery. HEX triplet: AF, C8 and 56. RGB value is (175,200,86). Sum of RGB (Red+Green+Blue) = 175+200+86=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 86 (33.98% from 255 or 18.66% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC856 is #5037A9. Grayscale: #B3B3B3. Windows color (decimal): -5257130 or 5687471. OLE color: 5687471.
HSL color Cylindrical-coordinate representation of color #AFC856: hue angle of 73.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFC856 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 86 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.22 |
| HSL | 73.16º | 0.51% | 0.56% | - |
| HSV(B) | 73.16º | 0.57% | 0.78% | - |
| XYZ | 40.01 | 51.09 | 16.56 | - |
| YUV | 179.53 | 75.22 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 86 | 0.12 | 0 | 0.57 | 0.22 | 73.16 | 0.51 | 0.56 |
| Hex | AF | C8 | 56 | C | 0 | 39 | 16 | 49 | 33 | 38 |
| Octal | 257 | 310 | 126 | 14 | 0 | 71 | 26 | 111 | 63 | 70 |
| Binary | 10101111 | 11001000 | 1010110 | 1100 | 0 | 111001 | 10110 | 1001001 | 110011 | 111000 |
Color Harmonies of #AFC856
Complementary color
Monochromatic Colors of #AFC856
Black with #AFC856
Text Example
Text Example
White with #AFC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC856; }
p { color: rgb(175,200,86); }
H1.HeaderClassName
{
color: #AFC856;
}
.AnyTagClassName
{
color: #AFC856;
}
</style>
background-color css
<style>
a { background-color: #AFC856; }
a { background-color: rgb(175,200,86); }
div.DivClassName
{
background-color: #AFC856;
}
.BgClassName
{
background-color: #AFC856;
}
</style>
border-color css
<style>
span { border-color: #AFC856; }
span { border-color: rgb(175,200,86); }
td.TdClassName
{
border-color: #AFC856;
}
.TagClassName
{
border-color: #AFC856;
}
</style>