Shades of Eucalyptus #21AA57
Tints of Eucalyptus #21AA57
RGB
CMYK
RGB Variations
Color information
#21AA57 (or 0x21AA57) is known color: Eucalyptus. HEX triplet: 21, AA and 57. RGB value is (33,170,87). Sum of RGB (Red+Green+Blue) = 33+170+87=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #21AA57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AA57 is #DE55A8. Grayscale: #777777. Windows color (decimal): -14570921 or 5745185. OLE color: 5745185.
HSL color Cylindrical-coordinate representation of color #21AA57: hue angle of 143.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AA57 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 170 | 87 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.33 |
| HSL | 143.65º | 0.67% | 0.4% | - |
| HSV(B) | 143.65º | 0.81% | 0.67% | - |
| XYZ | 16.72 | 29.76 | 13.88 | - |
| YUV | 119.58 | 109.61 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 87 | 0.81 | 0 | 0.49 | 0.33 | 143.65 | 0.67 | 0.4 |
| Hex | 21 | AA | 57 | 51 | 0 | 31 | 21 | 90 | 43 | 28 |
| Octal | 41 | 252 | 127 | 121 | 0 | 61 | 41 | 220 | 103 | 50 |
| Binary | 100001 | 10101010 | 1010111 | 1010001 | 0 | 110001 | 100001 | 10010000 | 1000011 | 101000 |
Color Harmonies of #21AA57
Complementary color
Monochromatic Colors of #21AA57
Black with #21AA57
Text Example
Text Example
White with #21AA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AA57; }
p { color: rgb(33,170,87); }
H1.HeaderClassName
{
color: #21AA57;
}
.AnyTagClassName
{
color: #21AA57;
}
</style>
background-color css
<style>
a { background-color: #21AA57; }
a { background-color: rgb(33,170,87); }
div.DivClassName
{
background-color: #21AA57;
}
.BgClassName
{
background-color: #21AA57;
}
</style>
border-color css
<style>
span { border-color: #21AA57; }
span { border-color: rgb(33,170,87); }
td.TdClassName
{
border-color: #21AA57;
}
.TagClassName
{
border-color: #21AA57;
}
</style>