Shades of Celery #AFC354
Tints of Celery #AFC354
RGB
CMYK
RGB Variations
Color information
#AFC354 (or 0xAFC354) is known color: Celery. HEX triplet: AF, C3 and 54. RGB value is (175,195,84). Sum of RGB (Red+Green+Blue) = 175+195+84=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC354 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC354 is #503CAB. Grayscale: #B0B0B0. Windows color (decimal): -5258412 or 5555119. OLE color: 5555119.
HSL color Cylindrical-coordinate representation of color #AFC354: hue angle of 70.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFC354 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 195 | 84 | - |
| CMYK | 0.10 | 0 | 0.57 | 0.24 |
| HSL | 70.81º | 0.48% | 0.55% | - |
| HSV(B) | 70.81º | 0.57% | 0.76% | - |
| XYZ | 38.79 | 48.78 | 15.76 | - |
| YUV | 176.37 | 75.87 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 195 | 84 | 0.10 | 0 | 0.57 | 0.24 | 70.81 | 0.48 | 0.55 |
| Hex | AF | C3 | 54 | A | 0 | 39 | 18 | 47 | 30 | 37 |
| Octal | 257 | 303 | 124 | 12 | 0 | 71 | 30 | 107 | 60 | 67 |
| Binary | 10101111 | 11000011 | 1010100 | 1010 | 0 | 111001 | 11000 | 1000111 | 110000 | 110111 |
Color Harmonies of #AFC354
Complementary color
Monochromatic Colors of #AFC354
Black with #AFC354
Text Example
Text Example
White with #AFC354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC354; }
p { color: rgb(175,195,84); }
H1.HeaderClassName
{
color: #AFC354;
}
.AnyTagClassName
{
color: #AFC354;
}
</style>
background-color css
<style>
a { background-color: #AFC354; }
a { background-color: rgb(175,195,84); }
div.DivClassName
{
background-color: #AFC354;
}
.BgClassName
{
background-color: #AFC354;
}
</style>
border-color css
<style>
span { border-color: #AFC354; }
span { border-color: rgb(175,195,84); }
td.TdClassName
{
border-color: #AFC354;
}
.TagClassName
{
border-color: #AFC354;
}
</style>