Shades of Celery #AFC950
Tints of Celery #AFC950
RGB
CMYK
RGB Variations
Color information
#AFC950 (or 0xAFC950) is known color: Celery. HEX triplet: AF, C9 and 50. RGB value is (175,201,80). Sum of RGB (Red+Green+Blue) = 175+201+80=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC950 is #5036AF. Grayscale: #B3B3B3. Windows color (decimal): -5256880 or 5294511. OLE color: 5294511.
HSL color Cylindrical-coordinate representation of color #AFC950: hue angle of 72.89º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFC950 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 80 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.21 |
| HSL | 72.89º | 0.53% | 0.55% | - |
| HSV(B) | 72.89º | 0.6% | 0.79% | - |
| XYZ | 40.01 | 51.47 | 15.41 | - |
| YUV | 179.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 80 | 0.13 | 0 | 0.60 | 0.21 | 72.89 | 0.53 | 0.55 |
| Hex | AF | C9 | 50 | D | 0 | 3C | 15 | 49 | 35 | 37 |
| Octal | 257 | 311 | 120 | 15 | 0 | 74 | 25 | 111 | 65 | 67 |
| Binary | 10101111 | 11001001 | 1010000 | 1101 | 0 | 111100 | 10101 | 1001001 | 110101 | 110111 |
Color Harmonies of #AFC950
Complementary color
Monochromatic Colors of #AFC950
Black with #AFC950
Text Example
Text Example
White with #AFC950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC950; }
p { color: rgb(175,201,80); }
H1.HeaderClassName
{
color: #AFC950;
}
.AnyTagClassName
{
color: #AFC950;
}
</style>
background-color css
<style>
a { background-color: #AFC950; }
a { background-color: rgb(175,201,80); }
div.DivClassName
{
background-color: #AFC950;
}
.BgClassName
{
background-color: #AFC950;
}
</style>
border-color css
<style>
span { border-color: #AFC950; }
span { border-color: rgb(175,201,80); }
td.TdClassName
{
border-color: #AFC950;
}
.TagClassName
{
border-color: #AFC950;
}
</style>