Shades of Eucalyptus #21AD61
Tints of Eucalyptus #21AD61
RGB
CMYK
RGB Variations
Color information
#21AD61 (or 0x21AD61) is known color: Eucalyptus. HEX triplet: 21, AD and 61. RGB value is (33,173,97). Sum of RGB (Red+Green+Blue) = 33+173+97=303 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.89% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 97 (38.28% from 255 or 32.01% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AD61 is #DE529E. Grayscale: #7A7A7A. Windows color (decimal): -14570143 or 6401313. OLE color: 6401313.
HSL color Cylindrical-coordinate representation of color #21AD61: hue angle of 147.43º 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 #21AD61 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 97 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.32 |
| HSL | 147.43º | 0.68% | 0.4% | - |
| HSV(B) | 147.43º | 0.81% | 0.68% | - |
| XYZ | 17.73 | 31.07 | 16.37 | - |
| YUV | 122.48 | 113.62 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 97 | 0.81 | 0 | 0.44 | 0.32 | 147.43 | 0.68 | 0.4 |
| Hex | 21 | AD | 61 | 51 | 0 | 2C | 20 | 93 | 44 | 28 |
| Octal | 41 | 255 | 141 | 121 | 0 | 54 | 40 | 223 | 104 | 50 |
| Binary | 100001 | 10101101 | 1100001 | 1010001 | 0 | 101100 | 100000 | 10010011 | 1000100 | 101000 |
Color Harmonies of #21AD61
Complementary color
Monochromatic Colors of #21AD61
Black with #21AD61
Text Example
Text Example
White with #21AD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD61; }
p { color: rgb(33,173,97); }
H1.HeaderClassName
{
color: #21AD61;
}
.AnyTagClassName
{
color: #21AD61;
}
</style>
background-color css
<style>
a { background-color: #21AD61; }
a { background-color: rgb(33,173,97); }
div.DivClassName
{
background-color: #21AD61;
}
.BgClassName
{
background-color: #21AD61;
}
</style>
border-color css
<style>
span { border-color: #21AD61; }
span { border-color: rgb(33,173,97); }
td.TdClassName
{
border-color: #21AD61;
}
.TagClassName
{
border-color: #21AD61;
}
</style>