Shades of Celery #AFCC51
Tints of Celery #AFCC51
RGB
CMYK
RGB Variations
Color information
#AFCC51 (or 0xAFCC51) is known color: Celery. HEX triplet: AF, CC and 51. RGB value is (175,204,81). Sum of RGB (Red+Green+Blue) = 175+204+81=460 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.04% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 81 (32.03% from 255 or 17.61% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC51 is #5033AE. Grayscale: #B5B5B5. Windows color (decimal): -5256111 or 5360815. OLE color: 5360815.
HSL color Cylindrical-coordinate representation of color #AFCC51: hue angle of 74.15º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFCC51 is Cyan = 0.14, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 81 | - |
| CMYK | 0.14 | 0 | 0.60 | 0.2 |
| HSL | 74.15º | 0.55% | 0.56% | - |
| HSV(B) | 74.15º | 0.6% | 0.8% | - |
| XYZ | 40.76 | 52.89 | 15.85 | - |
| YUV | 181.31 | 71.39 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 81 | 0.14 | 0 | 0.60 | 0.2 | 74.15 | 0.55 | 0.56 |
| Hex | AF | CC | 51 | E | 0 | 3C | 14 | 4A | 37 | 38 |
| Octal | 257 | 314 | 121 | 16 | 0 | 74 | 24 | 112 | 67 | 70 |
| Binary | 10101111 | 11001100 | 1010001 | 1110 | 0 | 111100 | 10100 | 1001010 | 110111 | 111000 |
Color Harmonies of #AFCC51
Complementary color
Monochromatic Colors of #AFCC51
Black with #AFCC51
Text Example
Text Example
White with #AFCC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC51; }
p { color: rgb(175,204,81); }
H1.HeaderClassName
{
color: #AFCC51;
}
.AnyTagClassName
{
color: #AFCC51;
}
</style>
background-color css
<style>
a { background-color: #AFCC51; }
a { background-color: rgb(175,204,81); }
div.DivClassName
{
background-color: #AFCC51;
}
.BgClassName
{
background-color: #AFCC51;
}
</style>
border-color css
<style>
span { border-color: #AFCC51; }
span { border-color: rgb(175,204,81); }
td.TdClassName
{
border-color: #AFCC51;
}
.TagClassName
{
border-color: #AFCC51;
}
</style>