Shades of Celery #AFC055
Tints of Celery #AFC055
RGB
CMYK
RGB Variations
Color information
#AFC055 (or 0xAFC055) is known color: Celery. HEX triplet: AF, C0 and 55. RGB value is (175,192,85). Sum of RGB (Red+Green+Blue) = 175+192+85=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC055 is #503FAA. Grayscale: #AFAFAF. Windows color (decimal): -5259179 or 5619887. OLE color: 5619887.
HSL color Cylindrical-coordinate representation of color #AFC055: hue angle of 69.53º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFC055 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 85 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.25 |
| HSL | 69.53º | 0.46% | 0.54% | - |
| HSV(B) | 69.53º | 0.56% | 0.75% | - |
| XYZ | 38.17 | 47.47 | 15.75 | - |
| YUV | 174.72 | 77.37 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 85 | 0.09 | 0 | 0.56 | 0.25 | 69.53 | 0.46 | 0.54 |
| Hex | AF | C0 | 55 | 9 | 0 | 38 | 19 | 46 | 2E | 36 |
| Octal | 257 | 300 | 125 | 11 | 0 | 70 | 31 | 106 | 56 | 66 |
| Binary | 10101111 | 11000000 | 1010101 | 1001 | 0 | 111000 | 11001 | 1000110 | 101110 | 110110 |
Color Harmonies of #AFC055
Complementary color
Monochromatic Colors of #AFC055
Black with #AFC055
Text Example
Text Example
White with #AFC055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC055; }
p { color: rgb(175,192,85); }
H1.HeaderClassName
{
color: #AFC055;
}
.AnyTagClassName
{
color: #AFC055;
}
</style>
background-color css
<style>
a { background-color: #AFC055; }
a { background-color: rgb(175,192,85); }
div.DivClassName
{
background-color: #AFC055;
}
.BgClassName
{
background-color: #AFC055;
}
</style>
border-color css
<style>
span { border-color: #AFC055; }
span { border-color: rgb(175,192,85); }
td.TdClassName
{
border-color: #AFC055;
}
.TagClassName
{
border-color: #AFC055;
}
</style>