Shades of Eucalyptus #21AD62
Tints of Eucalyptus #21AD62
RGB
CMYK
RGB Variations
Color information
#21AD62 (or 0x21AD62) is known color: Eucalyptus. HEX triplet: 21, AD and 62. RGB value is (33,173,98). Sum of RGB (Red+Green+Blue) = 33+173+98=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 98 (38.67% from 255 or 32.24% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD62 is #DE529D. Grayscale: #7A7A7A. Windows color (decimal): -14570142 or 6466849. OLE color: 6466849.
HSL color Cylindrical-coordinate representation of color #21AD62: hue angle of 147.86º 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 #21AD62 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 98 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.32 |
| HSL | 147.86º | 0.68% | 0.4% | - |
| HSV(B) | 147.86º | 0.81% | 0.68% | - |
| XYZ | 17.78 | 31.09 | 16.62 | - |
| YUV | 122.59 | 114.12 | 64.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 98 | 0.81 | 0 | 0.43 | 0.32 | 147.86 | 0.68 | 0.4 |
| Hex | 21 | AD | 62 | 51 | 0 | 2B | 20 | 94 | 44 | 28 |
| Octal | 41 | 255 | 142 | 121 | 0 | 53 | 40 | 224 | 104 | 50 |
| Binary | 100001 | 10101101 | 1100010 | 1010001 | 0 | 101011 | 100000 | 10010100 | 1000100 | 101000 |
Color Harmonies of #21AD62
Complementary color
Monochromatic Colors of #21AD62
Black with #21AD62
Text Example
Text Example
White with #21AD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD62; }
p { color: rgb(33,173,98); }
H1.HeaderClassName
{
color: #21AD62;
}
.AnyTagClassName
{
color: #21AD62;
}
</style>
background-color css
<style>
a { background-color: #21AD62; }
a { background-color: rgb(33,173,98); }
div.DivClassName
{
background-color: #21AD62;
}
.BgClassName
{
background-color: #21AD62;
}
</style>
border-color css
<style>
span { border-color: #21AD62; }
span { border-color: rgb(33,173,98); }
td.TdClassName
{
border-color: #21AD62;
}
.TagClassName
{
border-color: #21AD62;
}
</style>