Shades of Celery #AFB63E
Tints of Celery #AFB63E
RGB
CMYK
RGB Variations
Color information
#AFB63E (or 0xAFB63E) is known color: Celery. HEX triplet: AF, B6 and 3E. RGB value is (175,182,62). Sum of RGB (Red+Green+Blue) = 175+182+62=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB63E is #5049C1. Grayscale: #A6A6A6. Windows color (decimal): -5261762 or 4109999. OLE color: 4109999.
HSL color Cylindrical-coordinate representation of color #AFB63E: hue angle of 63.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AFB63E is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 62 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.29 |
| HSL | 63.5º | 0.49% | 0.48% | - |
| HSV(B) | 63.5º | 0.66% | 0.71% | - |
| XYZ | 35.28 | 42.92 | 10.98 | - |
| YUV | 166.23 | 69.18 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 62 | 0.04 | 0 | 0.66 | 0.29 | 63.5 | 0.49 | 0.48 |
| Hex | AF | B6 | 3E | 4 | 0 | 42 | 1D | 40 | 31 | 30 |
| Octal | 257 | 266 | 76 | 4 | 0 | 102 | 35 | 100 | 61 | 60 |
| Binary | 10101111 | 10110110 | 111110 | 100 | 0 | 1000010 | 11101 | 1000000 | 110001 | 110000 |
Color Harmonies of #AFB63E
Complementary color
Monochromatic Colors of #AFB63E
Black with #AFB63E
Text Example
Text Example
White with #AFB63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB63E; }
p { color: rgb(175,182,62); }
H1.HeaderClassName
{
color: #AFB63E;
}
.AnyTagClassName
{
color: #AFB63E;
}
</style>
background-color css
<style>
a { background-color: #AFB63E; }
a { background-color: rgb(175,182,62); }
div.DivClassName
{
background-color: #AFB63E;
}
.BgClassName
{
background-color: #AFB63E;
}
</style>
border-color css
<style>
span { border-color: #AFB63E; }
span { border-color: rgb(175,182,62); }
td.TdClassName
{
border-color: #AFB63E;
}
.TagClassName
{
border-color: #AFB63E;
}
</style>