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