Shades of Celery #AFCD41
Tints of Celery #AFCD41
RGB
CMYK
RGB Variations
Color information
#AFCD41 (or 0xAFCD41) is known color: Celery. HEX triplet: AF, CD and 41. RGB value is (175,205,65). Sum of RGB (Red+Green+Blue) = 175+205+65=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD41 is #5032BE. Grayscale: #B4B4B4. Windows color (decimal): -5255871 or 4312495. OLE color: 4312495.
HSL color Cylindrical-coordinate representation of color #AFCD41: hue angle of 72.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFCD41 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 65 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.20 |
| HSL | 72.86º | 0.58% | 0.53% | - |
| HSV(B) | 72.86º | 0.68% | 0.8% | - |
| XYZ | 40.46 | 53.16 | 13.13 | - |
| YUV | 180.07 | 63.06 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 65 | 0.15 | 0 | 0.68 | 0.20 | 72.86 | 0.58 | 0.53 |
| Hex | AF | CD | 41 | F | 0 | 44 | 14 | 49 | 3A | 35 |
| Octal | 257 | 315 | 101 | 17 | 0 | 104 | 24 | 111 | 72 | 65 |
| Binary | 10101111 | 11001101 | 1000001 | 1111 | 0 | 1000100 | 10100 | 1001001 | 111010 | 110101 |
Color Harmonies of #AFCD41
Complementary color
Monochromatic Colors of #AFCD41
Black with #AFCD41
Text Example
Text Example
White with #AFCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD41; }
p { color: rgb(175,205,65); }
H1.HeaderClassName
{
color: #AFCD41;
}
.AnyTagClassName
{
color: #AFCD41;
}
</style>
background-color css
<style>
a { background-color: #AFCD41; }
a { background-color: rgb(175,205,65); }
div.DivClassName
{
background-color: #AFCD41;
}
.BgClassName
{
background-color: #AFCD41;
}
</style>
border-color css
<style>
span { border-color: #AFCD41; }
span { border-color: rgb(175,205,65); }
td.TdClassName
{
border-color: #AFCD41;
}
.TagClassName
{
border-color: #AFCD41;
}
</style>