Shades of Celery #AFC655
Tints of Celery #AFC655
RGB
CMYK
RGB Variations
Color information
#AFC655 (or 0xAFC655) is known color: Celery. HEX triplet: AF, C6 and 55. RGB value is (175,198,85). Sum of RGB (Red+Green+Blue) = 175+198+85=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC655 is #5039AA. Grayscale: #B2B2B2. Windows color (decimal): -5257643 or 5621423. OLE color: 5621423.
HSL color Cylindrical-coordinate representation of color #AFC655: hue angle of 72.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFC655 is Cyan = 0.12, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 85 | - |
| CMYK | 0.12 | 0 | 0.57 | 0.22 |
| HSL | 72.21º | 0.5% | 0.55% | - |
| HSV(B) | 72.21º | 0.57% | 0.78% | - |
| XYZ | 39.51 | 50.16 | 16.19 | - |
| YUV | 178.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 85 | 0.12 | 0 | 0.57 | 0.22 | 72.21 | 0.5 | 0.55 |
| Hex | AF | C6 | 55 | C | 0 | 39 | 16 | 48 | 32 | 37 |
| Octal | 257 | 306 | 125 | 14 | 0 | 71 | 26 | 110 | 62 | 67 |
| Binary | 10101111 | 11000110 | 1010101 | 1100 | 0 | 111001 | 10110 | 1001000 | 110010 | 110111 |
Color Harmonies of #AFC655
Complementary color
Monochromatic Colors of #AFC655
Black with #AFC655
Text Example
Text Example
White with #AFC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC655; }
p { color: rgb(175,198,85); }
H1.HeaderClassName
{
color: #AFC655;
}
.AnyTagClassName
{
color: #AFC655;
}
</style>
background-color css
<style>
a { background-color: #AFC655; }
a { background-color: rgb(175,198,85); }
div.DivClassName
{
background-color: #AFC655;
}
.BgClassName
{
background-color: #AFC655;
}
</style>
border-color css
<style>
span { border-color: #AFC655; }
span { border-color: rgb(175,198,85); }
td.TdClassName
{
border-color: #AFC655;
}
.TagClassName
{
border-color: #AFC655;
}
</style>