Shades of Celery #AFC63F
Tints of Celery #AFC63F
RGB
CMYK
RGB Variations
Color information
#AFC63F (or 0xAFC63F) is known color: Celery. HEX triplet: AF, C6 and 3F. RGB value is (175,198,63). Sum of RGB (Red+Green+Blue) = 175+198+63=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC63F is #5039C0. Grayscale: #B0B0B0. Windows color (decimal): -5257665 or 4179631. OLE color: 4179631.
HSL color Cylindrical-coordinate representation of color #AFC63F: hue angle of 70.22º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFC63F is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 63 | - |
| CMYK | 0.12 | 0 | 0.68 | 0.22 |
| HSL | 70.22º | 0.54% | 0.51% | - |
| HSV(B) | 70.22º | 0.68% | 0.78% | - |
| XYZ | 38.77 | 49.86 | 12.28 | - |
| YUV | 175.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 63 | 0.12 | 0 | 0.68 | 0.22 | 70.22 | 0.54 | 0.51 |
| Hex | AF | C6 | 3F | C | 0 | 44 | 16 | 46 | 36 | 33 |
| Octal | 257 | 306 | 77 | 14 | 0 | 104 | 26 | 106 | 66 | 63 |
| Binary | 10101111 | 11000110 | 111111 | 1100 | 0 | 1000100 | 10110 | 1000110 | 110110 | 110011 |
Color Harmonies of #AFC63F
Complementary color
Monochromatic Colors of #AFC63F
Black with #AFC63F
Text Example
Text Example
White with #AFC63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC63F; }
p { color: rgb(175,198,63); }
H1.HeaderClassName
{
color: #AFC63F;
}
.AnyTagClassName
{
color: #AFC63F;
}
</style>
background-color css
<style>
a { background-color: #AFC63F; }
a { background-color: rgb(175,198,63); }
div.DivClassName
{
background-color: #AFC63F;
}
.BgClassName
{
background-color: #AFC63F;
}
</style>
border-color css
<style>
span { border-color: #AFC63F; }
span { border-color: rgb(175,198,63); }
td.TdClassName
{
border-color: #AFC63F;
}
.TagClassName
{
border-color: #AFC63F;
}
</style>