Shades of Celery #AFC955
Tints of Celery #AFC955
RGB
CMYK
RGB Variations
Color information
#AFC955 (or 0xAFC955) is known color: Celery. HEX triplet: AF, C9 and 55. RGB value is (175,201,85). Sum of RGB (Red+Green+Blue) = 175+201+85=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC955 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC955 is #5036AA. Grayscale: #B4B4B4. Windows color (decimal): -5256875 or 5622191. OLE color: 5622191.
HSL color Cylindrical-coordinate representation of color #AFC955: hue angle of 73.45º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFC955 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 85 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.21 |
| HSL | 73.45º | 0.52% | 0.56% | - |
| HSV(B) | 73.45º | 0.58% | 0.79% | - |
| XYZ | 40.21 | 51.54 | 16.42 | - |
| YUV | 180 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 85 | 0.13 | 0 | 0.58 | 0.21 | 73.45 | 0.52 | 0.56 |
| Hex | AF | C9 | 55 | D | 0 | 3A | 15 | 49 | 34 | 38 |
| Octal | 257 | 311 | 125 | 15 | 0 | 72 | 25 | 111 | 64 | 70 |
| Binary | 10101111 | 11001001 | 1010101 | 1101 | 0 | 111010 | 10101 | 1001001 | 110100 | 111000 |
Color Harmonies of #AFC955
Complementary color
Monochromatic Colors of #AFC955
Black with #AFC955
Text Example
Text Example
White with #AFC955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC955; }
p { color: rgb(175,201,85); }
H1.HeaderClassName
{
color: #AFC955;
}
.AnyTagClassName
{
color: #AFC955;
}
</style>
background-color css
<style>
a { background-color: #AFC955; }
a { background-color: rgb(175,201,85); }
div.DivClassName
{
background-color: #AFC955;
}
.BgClassName
{
background-color: #AFC955;
}
</style>
border-color css
<style>
span { border-color: #AFC955; }
span { border-color: rgb(175,201,85); }
td.TdClassName
{
border-color: #AFC955;
}
.TagClassName
{
border-color: #AFC955;
}
</style>