Shades of Celery #AFC63B
Tints of Celery #AFC63B
RGB
CMYK
RGB Variations
Color information
#AFC63B (or 0xAFC63B) is known color: Celery. HEX triplet: AF, C6 and 3B. RGB value is (175,198,59). Sum of RGB (Red+Green+Blue) = 175+198+59=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC63B is #5039C4. Grayscale: #AFAFAF. Windows color (decimal): -5257669 or 3917487. OLE color: 3917487.
HSL color Cylindrical-coordinate representation of color #AFC63B: hue angle of 69.93º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AFC63B is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 59 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.22 |
| HSL | 69.93º | 0.55% | 0.5% | - |
| HSV(B) | 69.93º | 0.7% | 0.78% | - |
| XYZ | 38.66 | 49.82 | 11.72 | - |
| YUV | 175.28 | 62.38 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 59 | 0.12 | 0 | 0.70 | 0.22 | 69.93 | 0.55 | 0.5 |
| Hex | AF | C6 | 3B | C | 0 | 46 | 16 | 46 | 37 | 32 |
| Octal | 257 | 306 | 73 | 14 | 0 | 106 | 26 | 106 | 67 | 62 |
| Binary | 10101111 | 11000110 | 111011 | 1100 | 0 | 1000110 | 10110 | 1000110 | 110111 | 110010 |
Color Harmonies of #AFC63B
Complementary color
Monochromatic Colors of #AFC63B
Black with #AFC63B
Text Example
Text Example
White with #AFC63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC63B; }
p { color: rgb(175,198,59); }
H1.HeaderClassName
{
color: #AFC63B;
}
.AnyTagClassName
{
color: #AFC63B;
}
</style>
background-color css
<style>
a { background-color: #AFC63B; }
a { background-color: rgb(175,198,59); }
div.DivClassName
{
background-color: #AFC63B;
}
.BgClassName
{
background-color: #AFC63B;
}
</style>
border-color css
<style>
span { border-color: #AFC63B; }
span { border-color: rgb(175,198,59); }
td.TdClassName
{
border-color: #AFC63B;
}
.TagClassName
{
border-color: #AFC63B;
}
</style>