Shades of Eucalyptus #21AD64
Tints of Eucalyptus #21AD64
RGB
CMYK
RGB Variations
Color information
#21AD64 (or 0x21AD64) is known color: Eucalyptus. HEX triplet: 21, AD and 64. RGB value is (33,173,100). Sum of RGB (Red+Green+Blue) = 33+173+100=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 173 (67.97% from 255 or 56.54% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD64 is #DE529B. Grayscale: #7A7A7A. Windows color (decimal): -14570140 or 6597921. OLE color: 6597921.
HSL color Cylindrical-coordinate representation of color #21AD64: hue angle of 148.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 #21AD64 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 100 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.32 |
| HSL | 148.71º | 0.68% | 0.4% | - |
| HSV(B) | 148.71º | 0.81% | 0.68% | - |
| XYZ | 17.87 | 31.13 | 17.12 | - |
| YUV | 122.82 | 115.12 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 100 | 0.81 | 0 | 0.42 | 0.32 | 148.71 | 0.68 | 0.4 |
| Hex | 21 | AD | 64 | 51 | 0 | 2A | 20 | 95 | 44 | 28 |
| Octal | 41 | 255 | 144 | 121 | 0 | 52 | 40 | 225 | 104 | 50 |
| Binary | 100001 | 10101101 | 1100100 | 1010001 | 0 | 101010 | 100000 | 10010101 | 1000100 | 101000 |
Color Harmonies of #21AD64
Complementary color
Monochromatic Colors of #21AD64
Black with #21AD64
Text Example
Text Example
White with #21AD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD64; }
p { color: rgb(33,173,100); }
H1.HeaderClassName
{
color: #21AD64;
}
.AnyTagClassName
{
color: #21AD64;
}
</style>
background-color css
<style>
a { background-color: #21AD64; }
a { background-color: rgb(33,173,100); }
div.DivClassName
{
background-color: #21AD64;
}
.BgClassName
{
background-color: #21AD64;
}
</style>
border-color css
<style>
span { border-color: #21AD64; }
span { border-color: rgb(33,173,100); }
td.TdClassName
{
border-color: #21AD64;
}
.TagClassName
{
border-color: #21AD64;
}
</style>