Shades of Eucalyptus #20AF53
Tints of Eucalyptus #20AF53
RGB
CMYK
RGB Variations
Color information
#20AF53 (or 0x20AF53) is known color: Eucalyptus. HEX triplet: 20, AF and 53. RGB value is (32,175,83). Sum of RGB (Red+Green+Blue) = 32+175+83=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 83 (32.81% from 255 or 28.62% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AF53 is #DF50AC. Grayscale: #797979. Windows color (decimal): -14635181 or 5484320. OLE color: 5484320.
HSL color Cylindrical-coordinate representation of color #20AF53: hue angle of 141.4º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF53 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 83 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.31 |
| HSL | 141.4º | 0.69% | 0.41% | - |
| HSV(B) | 141.4º | 0.82% | 0.69% | - |
| XYZ | 17.49 | 31.59 | 13.36 | - |
| YUV | 121.76 | 106.12 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 83 | 0.82 | 0 | 0.53 | 0.31 | 141.4 | 0.69 | 0.41 |
| Hex | 20 | AF | 53 | 52 | 0 | 35 | 1F | 8D | 45 | 29 |
| Octal | 40 | 257 | 123 | 122 | 0 | 65 | 37 | 215 | 105 | 51 |
| Binary | 100000 | 10101111 | 1010011 | 1010010 | 0 | 110101 | 11111 | 10001101 | 1000101 | 101001 |
Color Harmonies of #20AF53
Complementary color
Monochromatic Colors of #20AF53
Black with #20AF53
Text Example
Text Example
White with #20AF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF53; }
p { color: rgb(32,175,83); }
H1.HeaderClassName
{
color: #20AF53;
}
.AnyTagClassName
{
color: #20AF53;
}
</style>
background-color css
<style>
a { background-color: #20AF53; }
a { background-color: rgb(32,175,83); }
div.DivClassName
{
background-color: #20AF53;
}
.BgClassName
{
background-color: #20AF53;
}
</style>
border-color css
<style>
span { border-color: #20AF53; }
span { border-color: rgb(32,175,83); }
td.TdClassName
{
border-color: #20AF53;
}
.TagClassName
{
border-color: #20AF53;
}
</style>