Shades of Celery #AFC546
Tints of Celery #AFC546
RGB
CMYK
RGB Variations
Color information
#AFC546 (or 0xAFC546) is known color: Celery. HEX triplet: AF, C5 and 46. RGB value is (175,197,70). Sum of RGB (Red+Green+Blue) = 175+197+70=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 197 (77.34% from 255 or 44.57% from 442); Blue value is 70 (27.73% from 255 or 15.84% from 442); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC546 is #503AB9. Grayscale: #B0B0B0. Windows color (decimal): -5257914 or 4638127. OLE color: 4638127.
HSL color Cylindrical-coordinate representation of color #AFC546: hue angle of 70.39º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFC546 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 70 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.23 |
| HSL | 70.39º | 0.52% | 0.52% | - |
| HSV(B) | 70.39º | 0.64% | 0.77% | - |
| XYZ | 38.75 | 49.49 | 13.3 | - |
| YUV | 175.94 | 68.21 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 70 | 0.11 | 0 | 0.64 | 0.23 | 70.39 | 0.52 | 0.52 |
| Hex | AF | C5 | 46 | B | 0 | 40 | 17 | 46 | 34 | 34 |
| Octal | 257 | 305 | 106 | 13 | 0 | 100 | 27 | 106 | 64 | 64 |
| Binary | 10101111 | 11000101 | 1000110 | 1011 | 0 | 1000000 | 10111 | 1000110 | 110100 | 110100 |
Color Harmonies of #AFC546
Complementary color
Monochromatic Colors of #AFC546
Black with #AFC546
Text Example
Text Example
White with #AFC546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC546; }
p { color: rgb(175,197,70); }
H1.HeaderClassName
{
color: #AFC546;
}
.AnyTagClassName
{
color: #AFC546;
}
</style>
background-color css
<style>
a { background-color: #AFC546; }
a { background-color: rgb(175,197,70); }
div.DivClassName
{
background-color: #AFC546;
}
.BgClassName
{
background-color: #AFC546;
}
</style>
border-color css
<style>
span { border-color: #AFC546; }
span { border-color: rgb(175,197,70); }
td.TdClassName
{
border-color: #AFC546;
}
.TagClassName
{
border-color: #AFC546;
}
</style>