Shades of Celery #AFBC3E
Tints of Celery #AFBC3E
RGB
CMYK
RGB Variations
Color information
#AFBC3E (or 0xAFBC3E) is known color: Celery. HEX triplet: AF, BC and 3E. RGB value is (175,188,62). Sum of RGB (Red+Green+Blue) = 175+188+62=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC3E is #5043C1. Grayscale: #AAAAAA. Windows color (decimal): -5260226 or 4111535. OLE color: 4111535.
HSL color Cylindrical-coordinate representation of color #AFBC3E: hue angle of 66.19º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFBC3E is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 62 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.26 |
| HSL | 66.19º | 0.5% | 0.49% | - |
| HSV(B) | 66.19º | 0.67% | 0.74% | - |
| XYZ | 36.53 | 45.43 | 11.4 | - |
| YUV | 169.75 | 67.19 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 62 | 0.07 | 0 | 0.67 | 0.26 | 66.19 | 0.5 | 0.49 |
| Hex | AF | BC | 3E | 7 | 0 | 43 | 1A | 42 | 32 | 31 |
| Octal | 257 | 274 | 76 | 7 | 0 | 103 | 32 | 102 | 62 | 61 |
| Binary | 10101111 | 10111100 | 111110 | 111 | 0 | 1000011 | 11010 | 1000010 | 110010 | 110001 |
Color Harmonies of #AFBC3E
Complementary color
Monochromatic Colors of #AFBC3E
Black with #AFBC3E
Text Example
Text Example
White with #AFBC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC3E; }
p { color: rgb(175,188,62); }
H1.HeaderClassName
{
color: #AFBC3E;
}
.AnyTagClassName
{
color: #AFBC3E;
}
</style>
background-color css
<style>
a { background-color: #AFBC3E; }
a { background-color: rgb(175,188,62); }
div.DivClassName
{
background-color: #AFBC3E;
}
.BgClassName
{
background-color: #AFBC3E;
}
</style>
border-color css
<style>
span { border-color: #AFBC3E; }
span { border-color: rgb(175,188,62); }
td.TdClassName
{
border-color: #AFBC3E;
}
.TagClassName
{
border-color: #AFBC3E;
}
</style>