Shades of Eucalyptus #21AD51
Tints of Eucalyptus #21AD51
RGB
CMYK
RGB Variations
Color information
#21AD51 (or 0x21AD51) is known color: Eucalyptus. HEX triplet: 21, AD and 51. RGB value is (33,173,81). Sum of RGB (Red+Green+Blue) = 33+173+81=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD51 is #DE52AE. Grayscale: #787878. Windows color (decimal): -14570159 or 5352737. OLE color: 5352737.
HSL color Cylindrical-coordinate representation of color #21AD51: hue angle of 140.57º 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 #21AD51 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 81 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.32 |
| HSL | 140.57º | 0.68% | 0.4% | - |
| HSV(B) | 140.57º | 0.81% | 0.68% | - |
| XYZ | 17.06 | 30.8 | 12.83 | - |
| YUV | 120.65 | 105.62 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 81 | 0.81 | 0 | 0.53 | 0.32 | 140.57 | 0.68 | 0.4 |
| Hex | 21 | AD | 51 | 51 | 0 | 35 | 20 | 8D | 44 | 28 |
| Octal | 41 | 255 | 121 | 121 | 0 | 65 | 40 | 215 | 104 | 50 |
| Binary | 100001 | 10101101 | 1010001 | 1010001 | 0 | 110101 | 100000 | 10001101 | 1000100 | 101000 |
Color Harmonies of #21AD51
Complementary color
Monochromatic Colors of #21AD51
Black with #21AD51
Text Example
Text Example
White with #21AD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD51; }
p { color: rgb(33,173,81); }
H1.HeaderClassName
{
color: #21AD51;
}
.AnyTagClassName
{
color: #21AD51;
}
</style>
background-color css
<style>
a { background-color: #21AD51; }
a { background-color: rgb(33,173,81); }
div.DivClassName
{
background-color: #21AD51;
}
.BgClassName
{
background-color: #21AD51;
}
</style>
border-color css
<style>
span { border-color: #21AD51; }
span { border-color: rgb(33,173,81); }
td.TdClassName
{
border-color: #21AD51;
}
.TagClassName
{
border-color: #21AD51;
}
</style>