Shades of Celery #AFB63A
Tints of Celery #AFB63A
RGB
CMYK
RGB Variations
Color information
#AFB63A (or 0xAFB63A) is known color: Celery. HEX triplet: AF, B6 and 3A. RGB value is (175,182,58). Sum of RGB (Red+Green+Blue) = 175+182+58=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 182 (71.48% from 255 or 43.86% from 415); Blue value is 58 (23.05% from 255 or 13.98% from 415); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB63A is #5049C5. Grayscale: #A6A6A6. Windows color (decimal): -5261766 or 3847855. OLE color: 3847855.
HSL color Cylindrical-coordinate representation of color #AFB63A: hue angle of 63.39º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AFB63A is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 182 | 58 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.29 |
| HSL | 63.39º | 0.52% | 0.47% | - |
| HSV(B) | 63.39º | 0.68% | 0.71% | - |
| XYZ | 35.17 | 42.88 | 10.43 | - |
| YUV | 165.77 | 67.18 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 182 | 58 | 0.04 | 0 | 0.68 | 0.29 | 63.39 | 0.52 | 0.47 |
| Hex | AF | B6 | 3A | 4 | 0 | 44 | 1D | 3F | 34 | 2F |
| Octal | 257 | 266 | 72 | 4 | 0 | 104 | 35 | 77 | 64 | 57 |
| Binary | 10101111 | 10110110 | 111010 | 100 | 0 | 1000100 | 11101 | 111111 | 110100 | 101111 |
Color Harmonies of #AFB63A
Complementary color
Monochromatic Colors of #AFB63A
Black with #AFB63A
Text Example
Text Example
White with #AFB63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFB63A; }
p { color: rgb(175,182,58); }
H1.HeaderClassName
{
color: #AFB63A;
}
.AnyTagClassName
{
color: #AFB63A;
}
</style>
background-color css
<style>
a { background-color: #AFB63A; }
a { background-color: rgb(175,182,58); }
div.DivClassName
{
background-color: #AFB63A;
}
.BgClassName
{
background-color: #AFB63A;
}
</style>
border-color css
<style>
span { border-color: #AFB63A; }
span { border-color: rgb(175,182,58); }
td.TdClassName
{
border-color: #AFB63A;
}
.TagClassName
{
border-color: #AFB63A;
}
</style>