Shades of Celery #AFC64B
Tints of Celery #AFC64B
RGB
CMYK
RGB Variations
Color information
#AFC64B (or 0xAFC64B) is known color: Celery. HEX triplet: AF, C6 and 4B. RGB value is (175,198,75). Sum of RGB (Red+Green+Blue) = 175+198+75=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC64B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC64B is #5039B4. Grayscale: #B1B1B1. Windows color (decimal): -5257653 or 4966063. OLE color: 4966063.
HSL color Cylindrical-coordinate representation of color #AFC64B: hue angle of 71.22º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFC64B is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 75 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.22 |
| HSL | 71.22º | 0.52% | 0.54% | - |
| HSV(B) | 71.22º | 0.62% | 0.78% | - |
| XYZ | 39.14 | 50.01 | 14.25 | - |
| YUV | 177.1 | 70.38 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 75 | 0.12 | 0 | 0.62 | 0.22 | 71.22 | 0.52 | 0.54 |
| Hex | AF | C6 | 4B | C | 0 | 3E | 16 | 47 | 34 | 36 |
| Octal | 257 | 306 | 113 | 14 | 0 | 76 | 26 | 107 | 64 | 66 |
| Binary | 10101111 | 11000110 | 1001011 | 1100 | 0 | 111110 | 10110 | 1000111 | 110100 | 110110 |
Color Harmonies of #AFC64B
Complementary color
Monochromatic Colors of #AFC64B
Black with #AFC64B
Text Example
Text Example
White with #AFC64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC64B; }
p { color: rgb(175,198,75); }
H1.HeaderClassName
{
color: #AFC64B;
}
.AnyTagClassName
{
color: #AFC64B;
}
</style>
background-color css
<style>
a { background-color: #AFC64B; }
a { background-color: rgb(175,198,75); }
div.DivClassName
{
background-color: #AFC64B;
}
.BgClassName
{
background-color: #AFC64B;
}
</style>
border-color css
<style>
span { border-color: #AFC64B; }
span { border-color: rgb(175,198,75); }
td.TdClassName
{
border-color: #AFC64B;
}
.TagClassName
{
border-color: #AFC64B;
}
</style>