Shades of Eucalyptus #21AD66
Tints of Eucalyptus #21AD66
RGB
CMYK
RGB Variations
Color information
#21AD66 (or 0x21AD66) is known color: Eucalyptus. HEX triplet: 21, AD and 66. RGB value is (33,173,102). Sum of RGB (Red+Green+Blue) = 33+173+102=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD66 is #DE5299. Grayscale: #7B7B7B. Windows color (decimal): -14570138 or 6728993. OLE color: 6728993.
HSL color Cylindrical-coordinate representation of color #21AD66: hue angle of 149.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 #21AD66 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 102 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.32 |
| HSL | 149.57º | 0.68% | 0.4% | - |
| HSV(B) | 149.57º | 0.81% | 0.68% | - |
| XYZ | 17.97 | 31.17 | 17.64 | - |
| YUV | 123.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 102 | 0.81 | 0 | 0.41 | 0.32 | 149.57 | 0.68 | 0.4 |
| Hex | 21 | AD | 66 | 51 | 0 | 29 | 20 | 96 | 44 | 28 |
| Octal | 41 | 255 | 146 | 121 | 0 | 51 | 40 | 226 | 104 | 50 |
| Binary | 100001 | 10101101 | 1100110 | 1010001 | 0 | 101001 | 100000 | 10010110 | 1000100 | 101000 |
Color Harmonies of #21AD66
Complementary color
Monochromatic Colors of #21AD66
Black with #21AD66
Text Example
Text Example
White with #21AD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD66; }
p { color: rgb(33,173,102); }
H1.HeaderClassName
{
color: #21AD66;
}
.AnyTagClassName
{
color: #21AD66;
}
</style>
background-color css
<style>
a { background-color: #21AD66; }
a { background-color: rgb(33,173,102); }
div.DivClassName
{
background-color: #21AD66;
}
.BgClassName
{
background-color: #21AD66;
}
</style>
border-color css
<style>
span { border-color: #21AD66; }
span { border-color: rgb(33,173,102); }
td.TdClassName
{
border-color: #21AD66;
}
.TagClassName
{
border-color: #21AD66;
}
</style>