Shades of Celery #AFCC50
Tints of Celery #AFCC50
RGB
CMYK
RGB Variations
Color information
#AFCC50 (or 0xAFCC50) is known color: Celery. HEX triplet: AF, CC and 50. RGB value is (175,204,80). Sum of RGB (Red+Green+Blue) = 175+204+80=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCC50 is #5033AF. Grayscale: #B5B5B5. Windows color (decimal): -5256112 or 5295279. OLE color: 5295279.
HSL color Cylindrical-coordinate representation of color #AFCC50: hue angle of 74.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AFCC50 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 80 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.2 |
| HSL | 74.03º | 0.55% | 0.56% | - |
| HSV(B) | 74.03º | 0.61% | 0.8% | - |
| XYZ | 40.72 | 52.88 | 15.65 | - |
| YUV | 181.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 80 | 0.14 | 0 | 0.61 | 0.2 | 74.03 | 0.55 | 0.56 |
| Hex | AF | CC | 50 | E | 0 | 3D | 14 | 4A | 37 | 38 |
| Octal | 257 | 314 | 120 | 16 | 0 | 75 | 24 | 112 | 67 | 70 |
| Binary | 10101111 | 11001100 | 1010000 | 1110 | 0 | 111101 | 10100 | 1001010 | 110111 | 111000 |
Color Harmonies of #AFCC50
Complementary color
Monochromatic Colors of #AFCC50
Black with #AFCC50
Text Example
Text Example
White with #AFCC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC50; }
p { color: rgb(175,204,80); }
H1.HeaderClassName
{
color: #AFCC50;
}
.AnyTagClassName
{
color: #AFCC50;
}
</style>
background-color css
<style>
a { background-color: #AFCC50; }
a { background-color: rgb(175,204,80); }
div.DivClassName
{
background-color: #AFCC50;
}
.BgClassName
{
background-color: #AFCC50;
}
</style>
border-color css
<style>
span { border-color: #AFCC50; }
span { border-color: rgb(175,204,80); }
td.TdClassName
{
border-color: #AFCC50;
}
.TagClassName
{
border-color: #AFCC50;
}
</style>