Shades of Eucalyptus #21AD53
Tints of Eucalyptus #21AD53
RGB
CMYK
RGB Variations
Color information
#21AD53 (or 0x21AD53) is known color: Eucalyptus. HEX triplet: 21, AD and 53. RGB value is (33,173,83). Sum of RGB (Red+Green+Blue) = 33+173+83=289 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.42% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD53 is #DE52AC. Grayscale: #797979. Windows color (decimal): -14570157 or 5483809. OLE color: 5483809.
HSL color Cylindrical-coordinate representation of color #21AD53: hue angle of 141.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD53 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 83 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.32 |
| HSL | 141.43º | 0.68% | 0.4% | - |
| HSV(B) | 141.43º | 0.81% | 0.68% | - |
| XYZ | 17.13 | 30.84 | 13.23 | - |
| YUV | 120.88 | 106.62 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 83 | 0.81 | 0 | 0.52 | 0.32 | 141.43 | 0.68 | 0.4 |
| Hex | 21 | AD | 53 | 51 | 0 | 34 | 20 | 8D | 44 | 28 |
| Octal | 41 | 255 | 123 | 121 | 0 | 64 | 40 | 215 | 104 | 50 |
| Binary | 100001 | 10101101 | 1010011 | 1010001 | 0 | 110100 | 100000 | 10001101 | 1000100 | 101000 |
Color Harmonies of #21AD53
Complementary color
Monochromatic Colors of #21AD53
Black with #21AD53
Text Example
Text Example
White with #21AD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD53; }
p { color: rgb(33,173,83); }
H1.HeaderClassName
{
color: #21AD53;
}
.AnyTagClassName
{
color: #21AD53;
}
</style>
background-color css
<style>
a { background-color: #21AD53; }
a { background-color: rgb(33,173,83); }
div.DivClassName
{
background-color: #21AD53;
}
.BgClassName
{
background-color: #21AD53;
}
</style>
border-color css
<style>
span { border-color: #21AD53; }
span { border-color: rgb(33,173,83); }
td.TdClassName
{
border-color: #21AD53;
}
.TagClassName
{
border-color: #21AD53;
}
</style>