Shades of Celery #AFCD43
Tints of Celery #AFCD43
RGB
CMYK
RGB Variations
Color information
#AFCD43 (or 0xAFCD43) is known color: Celery. HEX triplet: AF, CD and 43. RGB value is (175,205,67). Sum of RGB (Red+Green+Blue) = 175+205+67=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD43 is #5032BC. Grayscale: #B4B4B4. Windows color (decimal): -5255869 or 4443567. OLE color: 4443567.
HSL color Cylindrical-coordinate representation of color #AFCD43: hue angle of 73.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFCD43 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 67 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.20 |
| HSL | 73.04º | 0.58% | 0.53% | - |
| HSV(B) | 73.04º | 0.67% | 0.8% | - |
| XYZ | 40.52 | 53.18 | 13.44 | - |
| YUV | 180.3 | 64.06 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 67 | 0.15 | 0 | 0.67 | 0.20 | 73.04 | 0.58 | 0.53 |
| Hex | AF | CD | 43 | F | 0 | 43 | 14 | 49 | 3A | 35 |
| Octal | 257 | 315 | 103 | 17 | 0 | 103 | 24 | 111 | 72 | 65 |
| Binary | 10101111 | 11001101 | 1000011 | 1111 | 0 | 1000011 | 10100 | 1001001 | 111010 | 110101 |
Color Harmonies of #AFCD43
Complementary color
Monochromatic Colors of #AFCD43
Black with #AFCD43
Text Example
Text Example
White with #AFCD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD43; }
p { color: rgb(175,205,67); }
H1.HeaderClassName
{
color: #AFCD43;
}
.AnyTagClassName
{
color: #AFCD43;
}
</style>
background-color css
<style>
a { background-color: #AFCD43; }
a { background-color: rgb(175,205,67); }
div.DivClassName
{
background-color: #AFCD43;
}
.BgClassName
{
background-color: #AFCD43;
}
</style>
border-color css
<style>
span { border-color: #AFCD43; }
span { border-color: rgb(175,205,67); }
td.TdClassName
{
border-color: #AFCD43;
}
.TagClassName
{
border-color: #AFCD43;
}
</style>