Shades of Celery #AFC050
Tints of Celery #AFC050
RGB
CMYK
RGB Variations
Color information
#AFC050 (or 0xAFC050) is known color: Celery. HEX triplet: AF, C0 and 50. RGB value is (175,192,80). Sum of RGB (Red+Green+Blue) = 175+192+80=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC050 is #503FAF. Grayscale: #AEAEAE. Windows color (decimal): -5259184 or 5292207. OLE color: 5292207.
HSL color Cylindrical-coordinate representation of color #AFC050: hue angle of 69.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFC050 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 192 | 80 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.25 |
| HSL | 69.11º | 0.47% | 0.53% | - |
| HSV(B) | 69.11º | 0.58% | 0.75% | - |
| XYZ | 37.98 | 47.39 | 14.74 | - |
| YUV | 174.15 | 74.87 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 192 | 80 | 0.09 | 0 | 0.58 | 0.25 | 69.11 | 0.47 | 0.53 |
| Hex | AF | C0 | 50 | 9 | 0 | 3A | 19 | 45 | 2F | 35 |
| Octal | 257 | 300 | 120 | 11 | 0 | 72 | 31 | 105 | 57 | 65 |
| Binary | 10101111 | 11000000 | 1010000 | 1001 | 0 | 111010 | 11001 | 1000101 | 101111 | 110101 |
Color Harmonies of #AFC050
Complementary color
Monochromatic Colors of #AFC050
Black with #AFC050
Text Example
Text Example
White with #AFC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC050; }
p { color: rgb(175,192,80); }
H1.HeaderClassName
{
color: #AFC050;
}
.AnyTagClassName
{
color: #AFC050;
}
</style>
background-color css
<style>
a { background-color: #AFC050; }
a { background-color: rgb(175,192,80); }
div.DivClassName
{
background-color: #AFC050;
}
.BgClassName
{
background-color: #AFC050;
}
</style>
border-color css
<style>
span { border-color: #AFC050; }
span { border-color: rgb(175,192,80); }
td.TdClassName
{
border-color: #AFC050;
}
.TagClassName
{
border-color: #AFC050;
}
</style>