Shades of Celery #AFCD4C
Tints of Celery #AFCD4C
RGB
CMYK
RGB Variations
Color information
#AFCD4C (or 0xAFCD4C) is known color: Celery. HEX triplet: AF, CD and 4C. RGB value is (175,205,76). Sum of RGB (Red+Green+Blue) = 175+205+76=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 205 (80.47% from 255 or 44.96% from 456); Blue value is 76 (30.08% from 255 or 16.67% from 456); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD4C is #5032B3. Grayscale: #B5B5B5. Windows color (decimal): -5255860 or 5033391. OLE color: 5033391.
HSL color Cylindrical-coordinate representation of color #AFCD4C: hue angle of 73.95º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFCD4C is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 76 | - |
| CMYK | 0.15 | 0 | 0.63 | 0.20 |
| HSL | 73.95º | 0.56% | 0.55% | - |
| HSV(B) | 73.95º | 0.63% | 0.8% | - |
| XYZ | 40.82 | 53.3 | 14.97 | - |
| YUV | 181.32 | 68.56 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 76 | 0.15 | 0 | 0.63 | 0.20 | 73.95 | 0.56 | 0.55 |
| Hex | AF | CD | 4C | F | 0 | 3F | 14 | 4A | 38 | 37 |
| Octal | 257 | 315 | 114 | 17 | 0 | 77 | 24 | 112 | 70 | 67 |
| Binary | 10101111 | 11001101 | 1001100 | 1111 | 0 | 111111 | 10100 | 1001010 | 111000 | 110111 |
Color Harmonies of #AFCD4C
Complementary color
Monochromatic Colors of #AFCD4C
Black with #AFCD4C
Text Example
Text Example
White with #AFCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD4C; }
p { color: rgb(175,205,76); }
H1.HeaderClassName
{
color: #AFCD4C;
}
.AnyTagClassName
{
color: #AFCD4C;
}
</style>
background-color css
<style>
a { background-color: #AFCD4C; }
a { background-color: rgb(175,205,76); }
div.DivClassName
{
background-color: #AFCD4C;
}
.BgClassName
{
background-color: #AFCD4C;
}
</style>
border-color css
<style>
span { border-color: #AFCD4C; }
span { border-color: rgb(175,205,76); }
td.TdClassName
{
border-color: #AFCD4C;
}
.TagClassName
{
border-color: #AFCD4C;
}
</style>