Shades of Eucalyptus #21AD5D
Tints of Eucalyptus #21AD5D
RGB
CMYK
RGB Variations
Color information
#21AD5D (or 0x21AD5D) is known color: Eucalyptus. HEX triplet: 21, AD and 5D. RGB value is (33,173,93). Sum of RGB (Red+Green+Blue) = 33+173+93=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD5D is #DE52A2. Grayscale: #7A7A7A. Windows color (decimal): -14570147 or 6139169. OLE color: 6139169.
HSL color Cylindrical-coordinate representation of color #21AD5D: hue angle of 145.71º 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 #21AD5D is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 93 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.32 |
| HSL | 145.71º | 0.68% | 0.4% | - |
| HSV(B) | 145.71º | 0.81% | 0.68% | - |
| XYZ | 17.55 | 31 | 15.41 | - |
| YUV | 122.02 | 111.62 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 93 | 0.81 | 0 | 0.46 | 0.32 | 145.71 | 0.68 | 0.4 |
| Hex | 21 | AD | 5D | 51 | 0 | 2E | 20 | 92 | 44 | 28 |
| Octal | 41 | 255 | 135 | 121 | 0 | 56 | 40 | 222 | 104 | 50 |
| Binary | 100001 | 10101101 | 1011101 | 1010001 | 0 | 101110 | 100000 | 10010010 | 1000100 | 101000 |
Color Harmonies of #21AD5D
Complementary color
Monochromatic Colors of #21AD5D
Black with #21AD5D
Text Example
Text Example
White with #21AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD5D; }
p { color: rgb(33,173,93); }
H1.HeaderClassName
{
color: #21AD5D;
}
.AnyTagClassName
{
color: #21AD5D;
}
</style>
background-color css
<style>
a { background-color: #21AD5D; }
a { background-color: rgb(33,173,93); }
div.DivClassName
{
background-color: #21AD5D;
}
.BgClassName
{
background-color: #21AD5D;
}
</style>
border-color css
<style>
span { border-color: #21AD5D; }
span { border-color: rgb(33,173,93); }
td.TdClassName
{
border-color: #21AD5D;
}
.TagClassName
{
border-color: #21AD5D;
}
</style>