Shades of Celery #AFC150
Tints of Celery #AFC150
RGB
CMYK
RGB Variations
Color information
#AFC150 (or 0xAFC150) is known color: Celery. HEX triplet: AF, C1 and 50. RGB value is (175,193,80). Sum of RGB (Red+Green+Blue) = 175+193+80=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC150 is #503EAF. Grayscale: #AFAFAF. Windows color (decimal): -5258928 or 5292463. OLE color: 5292463.
HSL color Cylindrical-coordinate representation of color #AFC150: hue angle of 69.56º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFC150 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 80 | - |
| CMYK | 0.09 | 0 | 0.59 | 0.24 |
| HSL | 69.56º | 0.48% | 0.54% | - |
| HSV(B) | 69.56º | 0.59% | 0.76% | - |
| XYZ | 38.2 | 47.83 | 14.81 | - |
| YUV | 174.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 80 | 0.09 | 0 | 0.59 | 0.24 | 69.56 | 0.48 | 0.54 |
| Hex | AF | C1 | 50 | 9 | 0 | 3B | 18 | 46 | 30 | 36 |
| Octal | 257 | 301 | 120 | 11 | 0 | 73 | 30 | 106 | 60 | 66 |
| Binary | 10101111 | 11000001 | 1010000 | 1001 | 0 | 111011 | 11000 | 1000110 | 110000 | 110110 |
Color Harmonies of #AFC150
Complementary color
Monochromatic Colors of #AFC150
Black with #AFC150
Text Example
Text Example
White with #AFC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC150; }
p { color: rgb(175,193,80); }
H1.HeaderClassName
{
color: #AFC150;
}
.AnyTagClassName
{
color: #AFC150;
}
</style>
background-color css
<style>
a { background-color: #AFC150; }
a { background-color: rgb(175,193,80); }
div.DivClassName
{
background-color: #AFC150;
}
.BgClassName
{
background-color: #AFC150;
}
</style>
border-color css
<style>
span { border-color: #AFC150; }
span { border-color: rgb(175,193,80); }
td.TdClassName
{
border-color: #AFC150;
}
.TagClassName
{
border-color: #AFC150;
}
</style>