Shades of Celery #AFC548
Tints of Celery #AFC548
RGB
CMYK
RGB Variations
Color information
#AFC548 (or 0xAFC548) is known color: Celery. HEX triplet: AF, C5 and 48. RGB value is (175,197,72). Sum of RGB (Red+Green+Blue) = 175+197+72=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC548 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC548 is #503AB7. Grayscale: #B0B0B0. Windows color (decimal): -5257912 or 4769199. OLE color: 4769199.
HSL color Cylindrical-coordinate representation of color #AFC548: hue angle of 70.56º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFC548 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 72 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.23 |
| HSL | 70.56º | 0.52% | 0.53% | - |
| HSV(B) | 70.56º | 0.63% | 0.77% | - |
| XYZ | 38.82 | 49.51 | 13.64 | - |
| YUV | 176.17 | 69.21 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 72 | 0.11 | 0 | 0.63 | 0.23 | 70.56 | 0.52 | 0.53 |
| Hex | AF | C5 | 48 | B | 0 | 3F | 17 | 47 | 34 | 35 |
| Octal | 257 | 305 | 110 | 13 | 0 | 77 | 27 | 107 | 64 | 65 |
| Binary | 10101111 | 11000101 | 1001000 | 1011 | 0 | 111111 | 10111 | 1000111 | 110100 | 110101 |
Color Harmonies of #AFC548
Complementary color
Monochromatic Colors of #AFC548
Black with #AFC548
Text Example
Text Example
White with #AFC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC548; }
p { color: rgb(175,197,72); }
H1.HeaderClassName
{
color: #AFC548;
}
.AnyTagClassName
{
color: #AFC548;
}
</style>
background-color css
<style>
a { background-color: #AFC548; }
a { background-color: rgb(175,197,72); }
div.DivClassName
{
background-color: #AFC548;
}
.BgClassName
{
background-color: #AFC548;
}
</style>
border-color css
<style>
span { border-color: #AFC548; }
span { border-color: rgb(175,197,72); }
td.TdClassName
{
border-color: #AFC548;
}
.TagClassName
{
border-color: #AFC548;
}
</style>