Shades of Eucalyptus #21AD65
Tints of Eucalyptus #21AD65
RGB
CMYK
RGB Variations
Color information
#21AD65 (or 0x21AD65) is known color: Eucalyptus. HEX triplet: 21, AD and 65. RGB value is (33,173,101). Sum of RGB (Red+Green+Blue) = 33+173+101=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 173 (67.97% from 255 or 56.35% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD65 is #DE529A. Grayscale: #7B7B7B. Windows color (decimal): -14570139 or 6663457. OLE color: 6663457.
HSL color Cylindrical-coordinate representation of color #21AD65: hue angle of 149.14º 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 #21AD65 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 101 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.32 |
| HSL | 149.14º | 0.68% | 0.4% | - |
| HSV(B) | 149.14º | 0.81% | 0.68% | - |
| XYZ | 17.92 | 31.15 | 17.38 | - |
| YUV | 122.93 | 115.62 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 101 | 0.81 | 0 | 0.42 | 0.32 | 149.14 | 0.68 | 0.4 |
| Hex | 21 | AD | 65 | 51 | 0 | 2A | 20 | 95 | 44 | 28 |
| Octal | 41 | 255 | 145 | 121 | 0 | 52 | 40 | 225 | 104 | 50 |
| Binary | 100001 | 10101101 | 1100101 | 1010001 | 0 | 101010 | 100000 | 10010101 | 1000100 | 101000 |
Color Harmonies of #21AD65
Complementary color
Monochromatic Colors of #21AD65
Black with #21AD65
Text Example
Text Example
White with #21AD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD65; }
p { color: rgb(33,173,101); }
H1.HeaderClassName
{
color: #21AD65;
}
.AnyTagClassName
{
color: #21AD65;
}
</style>
background-color css
<style>
a { background-color: #21AD65; }
a { background-color: rgb(33,173,101); }
div.DivClassName
{
background-color: #21AD65;
}
.BgClassName
{
background-color: #21AD65;
}
</style>
border-color css
<style>
span { border-color: #21AD65; }
span { border-color: rgb(33,173,101); }
td.TdClassName
{
border-color: #21AD65;
}
.TagClassName
{
border-color: #21AD65;
}
</style>