Shades of Celery #AFC545
Tints of Celery #AFC545
RGB
CMYK
RGB Variations
Color information
#AFC545 (or 0xAFC545) is known color: Celery. HEX triplet: AF, C5 and 45. RGB value is (175,197,69). Sum of RGB (Red+Green+Blue) = 175+197+69=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 197 (77.34% from 255 or 44.67% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC545 is #503ABA. Grayscale: #B0B0B0. Windows color (decimal): -5257915 or 4572591. OLE color: 4572591.
HSL color Cylindrical-coordinate representation of color #AFC545: hue angle of 70.31º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFC545 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 69 | - |
| CMYK | 0.11 | 0 | 0.65 | 0.23 |
| HSL | 70.31º | 0.52% | 0.52% | - |
| HSV(B) | 70.31º | 0.65% | 0.77% | - |
| XYZ | 38.72 | 49.48 | 13.14 | - |
| YUV | 175.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 69 | 0.11 | 0 | 0.65 | 0.23 | 70.31 | 0.52 | 0.52 |
| Hex | AF | C5 | 45 | B | 0 | 41 | 17 | 46 | 34 | 34 |
| Octal | 257 | 305 | 105 | 13 | 0 | 101 | 27 | 106 | 64 | 64 |
| Binary | 10101111 | 11000101 | 1000101 | 1011 | 0 | 1000001 | 10111 | 1000110 | 110100 | 110100 |
Color Harmonies of #AFC545
Complementary color
Monochromatic Colors of #AFC545
Black with #AFC545
Text Example
Text Example
White with #AFC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC545; }
p { color: rgb(175,197,69); }
H1.HeaderClassName
{
color: #AFC545;
}
.AnyTagClassName
{
color: #AFC545;
}
</style>
background-color css
<style>
a { background-color: #AFC545; }
a { background-color: rgb(175,197,69); }
div.DivClassName
{
background-color: #AFC545;
}
.BgClassName
{
background-color: #AFC545;
}
</style>
border-color css
<style>
span { border-color: #AFC545; }
span { border-color: rgb(175,197,69); }
td.TdClassName
{
border-color: #AFC545;
}
.TagClassName
{
border-color: #AFC545;
}
</style>