Shades of Celery #AFBE4E
Tints of Celery #AFBE4E
RGB
CMYK
RGB Variations
Color information
#AFBE4E (or 0xAFBE4E) is known color: Celery. HEX triplet: AF, BE and 4E. RGB value is (175,190,78). Sum of RGB (Red+Green+Blue) = 175+190+78=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBE4E is #5041B1. Grayscale: #ADADAD. Windows color (decimal): -5259698 or 5160623. OLE color: 5160623.
HSL color Cylindrical-coordinate representation of color #AFBE4E: hue angle of 68.04º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFBE4E is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 78 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.25 |
| HSL | 68.04º | 0.46% | 0.53% | - |
| HSV(B) | 68.04º | 0.59% | 0.75% | - |
| XYZ | 37.47 | 46.49 | 14.21 | - |
| YUV | 172.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 78 | 0.08 | 0 | 0.59 | 0.25 | 68.04 | 0.46 | 0.53 |
| Hex | AF | BE | 4E | 8 | 0 | 3B | 19 | 44 | 2E | 35 |
| Octal | 257 | 276 | 116 | 10 | 0 | 73 | 31 | 104 | 56 | 65 |
| Binary | 10101111 | 10111110 | 1001110 | 1000 | 0 | 111011 | 11001 | 1000100 | 101110 | 110101 |
Color Harmonies of #AFBE4E
Complementary color
Monochromatic Colors of #AFBE4E
Black with #AFBE4E
Text Example
Text Example
White with #AFBE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE4E; }
p { color: rgb(175,190,78); }
H1.HeaderClassName
{
color: #AFBE4E;
}
.AnyTagClassName
{
color: #AFBE4E;
}
</style>
background-color css
<style>
a { background-color: #AFBE4E; }
a { background-color: rgb(175,190,78); }
div.DivClassName
{
background-color: #AFBE4E;
}
.BgClassName
{
background-color: #AFBE4E;
}
</style>
border-color css
<style>
span { border-color: #AFBE4E; }
span { border-color: rgb(175,190,78); }
td.TdClassName
{
border-color: #AFBE4E;
}
.TagClassName
{
border-color: #AFBE4E;
}
</style>