Shades of Eucalyptus #21AB66
Tints of Eucalyptus #21AB66
RGB
CMYK
RGB Variations
Color information
#21AB66 (or 0x21AB66) is known color: Eucalyptus. HEX triplet: 21, AB and 66. RGB value is (33,171,102). Sum of RGB (Red+Green+Blue) = 33+171+102=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #21AB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AB66 is #DE5499. Grayscale: #7A7A7A. Windows color (decimal): -14570650 or 6728481. OLE color: 6728481.
HSL color Cylindrical-coordinate representation of color #21AB66: hue angle of 150º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AB66 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 171 | 102 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.33 |
| HSL | 150º | 0.68% | 0.4% | - |
| HSV(B) | 150º | 0.81% | 0.67% | - |
| XYZ | 17.59 | 30.41 | 17.51 | - |
| YUV | 121.87 | 116.78 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 102 | 0.81 | 0 | 0.40 | 0.33 | 150 | 0.68 | 0.4 |
| Hex | 21 | AB | 66 | 51 | 0 | 28 | 21 | 96 | 44 | 28 |
| Octal | 41 | 253 | 146 | 121 | 0 | 50 | 41 | 226 | 104 | 50 |
| Binary | 100001 | 10101011 | 1100110 | 1010001 | 0 | 101000 | 100001 | 10010110 | 1000100 | 101000 |
Color Harmonies of #21AB66
Complementary color
Monochromatic Colors of #21AB66
Black with #21AB66
Text Example
Text Example
White with #21AB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AB66; }
p { color: rgb(33,171,102); }
H1.HeaderClassName
{
color: #21AB66;
}
.AnyTagClassName
{
color: #21AB66;
}
</style>
background-color css
<style>
a { background-color: #21AB66; }
a { background-color: rgb(33,171,102); }
div.DivClassName
{
background-color: #21AB66;
}
.BgClassName
{
background-color: #21AB66;
}
</style>
border-color css
<style>
span { border-color: #21AB66; }
span { border-color: rgb(33,171,102); }
td.TdClassName
{
border-color: #21AB66;
}
.TagClassName
{
border-color: #21AB66;
}
</style>