Shades of Celery #AFBE3E
Tints of Celery #AFBE3E
RGB
CMYK
RGB Variations
Color information
#AFBE3E (or 0xAFBE3E) is known color: Celery. HEX triplet: AF, BE and 3E. RGB value is (175,190,62). Sum of RGB (Red+Green+Blue) = 175+190+62=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBE3E is #5041C1. Grayscale: #ABABAB. Windows color (decimal): -5259714 or 4112047. OLE color: 4112047.
HSL color Cylindrical-coordinate representation of color #AFBE3E: hue angle of 67.03º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AFBE3E is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 190 | 62 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.25 |
| HSL | 67.03º | 0.51% | 0.49% | - |
| HSV(B) | 67.03º | 0.67% | 0.75% | - |
| XYZ | 36.96 | 46.29 | 11.54 | - |
| YUV | 170.92 | 66.53 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 190 | 62 | 0.08 | 0 | 0.67 | 0.25 | 67.03 | 0.51 | 0.49 |
| Hex | AF | BE | 3E | 8 | 0 | 43 | 19 | 43 | 33 | 31 |
| Octal | 257 | 276 | 76 | 10 | 0 | 103 | 31 | 103 | 63 | 61 |
| Binary | 10101111 | 10111110 | 111110 | 1000 | 0 | 1000011 | 11001 | 1000011 | 110011 | 110001 |
Color Harmonies of #AFBE3E
Complementary color
Monochromatic Colors of #AFBE3E
Black with #AFBE3E
Text Example
Text Example
White with #AFBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBE3E; }
p { color: rgb(175,190,62); }
H1.HeaderClassName
{
color: #AFBE3E;
}
.AnyTagClassName
{
color: #AFBE3E;
}
</style>
background-color css
<style>
a { background-color: #AFBE3E; }
a { background-color: rgb(175,190,62); }
div.DivClassName
{
background-color: #AFBE3E;
}
.BgClassName
{
background-color: #AFBE3E;
}
</style>
border-color css
<style>
span { border-color: #AFBE3E; }
span { border-color: rgb(175,190,62); }
td.TdClassName
{
border-color: #AFBE3E;
}
.TagClassName
{
border-color: #AFBE3E;
}
</style>