Shades of Eucalyptus #21AE5E
Tints of Eucalyptus #21AE5E
RGB
CMYK
RGB Variations
Color information
#21AE5E (or 0x21AE5E) is known color: Eucalyptus. HEX triplet: 21, AE and 5E. RGB value is (33,174,94). Sum of RGB (Red+Green+Blue) = 33+174+94=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #21AE5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AE5E is #DE51A1. Grayscale: #7A7A7A. Windows color (decimal): -14569890 or 6204961. OLE color: 6204961.
HSL color Cylindrical-coordinate representation of color #21AE5E: hue angle of 145.96º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AE5E is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 174 | 94 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.32 |
| HSL | 145.96º | 0.68% | 0.41% | - |
| HSV(B) | 145.96º | 0.81% | 0.68% | - |
| XYZ | 17.78 | 31.4 | 15.71 | - |
| YUV | 122.72 | 111.79 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 174 | 94 | 0.81 | 0 | 0.46 | 0.32 | 145.96 | 0.68 | 0.41 |
| Hex | 21 | AE | 5E | 51 | 0 | 2E | 20 | 92 | 44 | 29 |
| Octal | 41 | 256 | 136 | 121 | 0 | 56 | 40 | 222 | 104 | 51 |
| Binary | 100001 | 10101110 | 1011110 | 1010001 | 0 | 101110 | 100000 | 10010010 | 1000100 | 101001 |
Color Harmonies of #21AE5E
Complementary color
Monochromatic Colors of #21AE5E
Black with #21AE5E
Text Example
Text Example
White with #21AE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AE5E; }
p { color: rgb(33,174,94); }
H1.HeaderClassName
{
color: #21AE5E;
}
.AnyTagClassName
{
color: #21AE5E;
}
</style>
background-color css
<style>
a { background-color: #21AE5E; }
a { background-color: rgb(33,174,94); }
div.DivClassName
{
background-color: #21AE5E;
}
.BgClassName
{
background-color: #21AE5E;
}
</style>
border-color css
<style>
span { border-color: #21AE5E; }
span { border-color: rgb(33,174,94); }
td.TdClassName
{
border-color: #21AE5E;
}
.TagClassName
{
border-color: #21AE5E;
}
</style>