Shades of Celery #AFC845
Tints of Celery #AFC845
RGB
CMYK
RGB Variations
Color information
#AFC845 (or 0xAFC845) is known color: Celery. HEX triplet: AF, C8 and 45. RGB value is (175,200,69). Sum of RGB (Red+Green+Blue) = 175+200+69=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 69 (27.34% from 255 or 15.54% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC845 is #5037BA. Grayscale: #B2B2B2. Windows color (decimal): -5257147 or 4573359. OLE color: 4573359.
HSL color Cylindrical-coordinate representation of color #AFC845: hue angle of 71.45º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC845 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 69 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.22 |
| HSL | 71.45º | 0.54% | 0.53% | - |
| HSV(B) | 71.45º | 0.66% | 0.78% | - |
| XYZ | 39.41 | 50.85 | 13.37 | - |
| YUV | 177.59 | 66.72 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 69 | 0.12 | 0 | 0.66 | 0.22 | 71.45 | 0.54 | 0.53 |
| Hex | AF | C8 | 45 | C | 0 | 42 | 16 | 47 | 36 | 35 |
| Octal | 257 | 310 | 105 | 14 | 0 | 102 | 26 | 107 | 66 | 65 |
| Binary | 10101111 | 11001000 | 1000101 | 1100 | 0 | 1000010 | 10110 | 1000111 | 110110 | 110101 |
Color Harmonies of #AFC845
Complementary color
Monochromatic Colors of #AFC845
Black with #AFC845
Text Example
Text Example
White with #AFC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC845; }
p { color: rgb(175,200,69); }
H1.HeaderClassName
{
color: #AFC845;
}
.AnyTagClassName
{
color: #AFC845;
}
</style>
background-color css
<style>
a { background-color: #AFC845; }
a { background-color: rgb(175,200,69); }
div.DivClassName
{
background-color: #AFC845;
}
.BgClassName
{
background-color: #AFC845;
}
</style>
border-color css
<style>
span { border-color: #AFC845; }
span { border-color: rgb(175,200,69); }
td.TdClassName
{
border-color: #AFC845;
}
.TagClassName
{
border-color: #AFC845;
}
</style>