Shades of Celery #AFC63C
Tints of Celery #AFC63C
RGB
CMYK
RGB Variations
Color information
#AFC63C (or 0xAFC63C) is known color: Celery. HEX triplet: AF, C6 and 3C. RGB value is (175,198,60). Sum of RGB (Red+Green+Blue) = 175+198+60=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC63C is #5039C3. Grayscale: #AFAFAF. Windows color (decimal): -5257668 or 3983023. OLE color: 3983023.
HSL color Cylindrical-coordinate representation of color #AFC63C: hue angle of 70º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFC63C is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 60 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.22 |
| HSL | 70º | 0.55% | 0.51% | - |
| HSV(B) | 70º | 0.7% | 0.78% | - |
| XYZ | 38.69 | 49.83 | 11.85 | - |
| YUV | 175.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 60 | 0.12 | 0 | 0.70 | 0.22 | 70 | 0.55 | 0.51 |
| Hex | AF | C6 | 3C | C | 0 | 46 | 16 | 46 | 37 | 33 |
| Octal | 257 | 306 | 74 | 14 | 0 | 106 | 26 | 106 | 67 | 63 |
| Binary | 10101111 | 11000110 | 111100 | 1100 | 0 | 1000110 | 10110 | 1000110 | 110111 | 110011 |
Color Harmonies of #AFC63C
Complementary color
Monochromatic Colors of #AFC63C
Black with #AFC63C
Text Example
Text Example
White with #AFC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC63C; }
p { color: rgb(175,198,60); }
H1.HeaderClassName
{
color: #AFC63C;
}
.AnyTagClassName
{
color: #AFC63C;
}
</style>
background-color css
<style>
a { background-color: #AFC63C; }
a { background-color: rgb(175,198,60); }
div.DivClassName
{
background-color: #AFC63C;
}
.BgClassName
{
background-color: #AFC63C;
}
</style>
border-color css
<style>
span { border-color: #AFC63C; }
span { border-color: rgb(175,198,60); }
td.TdClassName
{
border-color: #AFC63C;
}
.TagClassName
{
border-color: #AFC63C;
}
</style>