Shades of Celery #AFBC45
Tints of Celery #AFBC45
RGB
CMYK
RGB Variations
Color information
#AFBC45 (or 0xAFBC45) is known color: Celery. HEX triplet: AF, BC and 45. RGB value is (175,188,69). Sum of RGB (Red+Green+Blue) = 175+188+69=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBC45 is #5043BA. Grayscale: #ABABAB. Windows color (decimal): -5260219 or 4570287. OLE color: 4570287.
HSL color Cylindrical-coordinate representation of color #AFBC45: hue angle of 66.55º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AFBC45 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 188 | 69 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.26 |
| HSL | 66.55º | 0.47% | 0.5% | - |
| HSV(B) | 66.55º | 0.63% | 0.74% | - |
| XYZ | 36.74 | 45.51 | 12.48 | - |
| YUV | 170.55 | 70.69 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 188 | 69 | 0.07 | 0 | 0.63 | 0.26 | 66.55 | 0.47 | 0.5 |
| Hex | AF | BC | 45 | 7 | 0 | 3F | 1A | 43 | 2F | 32 |
| Octal | 257 | 274 | 105 | 7 | 0 | 77 | 32 | 103 | 57 | 62 |
| Binary | 10101111 | 10111100 | 1000101 | 111 | 0 | 111111 | 11010 | 1000011 | 101111 | 110010 |
Color Harmonies of #AFBC45
Complementary color
Monochromatic Colors of #AFBC45
Black with #AFBC45
Text Example
Text Example
White with #AFBC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFBC45; }
p { color: rgb(175,188,69); }
H1.HeaderClassName
{
color: #AFBC45;
}
.AnyTagClassName
{
color: #AFBC45;
}
</style>
background-color css
<style>
a { background-color: #AFBC45; }
a { background-color: rgb(175,188,69); }
div.DivClassName
{
background-color: #AFBC45;
}
.BgClassName
{
background-color: #AFBC45;
}
</style>
border-color css
<style>
span { border-color: #AFBC45; }
span { border-color: rgb(175,188,69); }
td.TdClassName
{
border-color: #AFBC45;
}
.TagClassName
{
border-color: #AFBC45;
}
</style>