Shades of Celery #AFCD45
Tints of Celery #AFCD45
RGB
CMYK
RGB Variations
Color information
#AFCD45 (or 0xAFCD45) is known color: Celery. HEX triplet: AF, CD and 45. RGB value is (175,205,69). Sum of RGB (Red+Green+Blue) = 175+205+69=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD45 is #5032BA. Grayscale: #B5B5B5. Windows color (decimal): -5255867 or 4574639. OLE color: 4574639.
HSL color Cylindrical-coordinate representation of color #AFCD45: hue angle of 73.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFCD45 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 69 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.20 |
| HSL | 73.24º | 0.58% | 0.54% | - |
| HSV(B) | 73.24º | 0.66% | 0.8% | - |
| XYZ | 40.58 | 53.21 | 13.76 | - |
| YUV | 180.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 69 | 0.15 | 0 | 0.66 | 0.20 | 73.24 | 0.58 | 0.54 |
| Hex | AF | CD | 45 | F | 0 | 42 | 14 | 49 | 3A | 36 |
| Octal | 257 | 315 | 105 | 17 | 0 | 102 | 24 | 111 | 72 | 66 |
| Binary | 10101111 | 11001101 | 1000101 | 1111 | 0 | 1000010 | 10100 | 1001001 | 111010 | 110110 |
Color Harmonies of #AFCD45
Complementary color
Monochromatic Colors of #AFCD45
Black with #AFCD45
Text Example
Text Example
White with #AFCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD45; }
p { color: rgb(175,205,69); }
H1.HeaderClassName
{
color: #AFCD45;
}
.AnyTagClassName
{
color: #AFCD45;
}
</style>
background-color css
<style>
a { background-color: #AFCD45; }
a { background-color: rgb(175,205,69); }
div.DivClassName
{
background-color: #AFCD45;
}
.BgClassName
{
background-color: #AFCD45;
}
</style>
border-color css
<style>
span { border-color: #AFCD45; }
span { border-color: rgb(175,205,69); }
td.TdClassName
{
border-color: #AFCD45;
}
.TagClassName
{
border-color: #AFCD45;
}
</style>