Shades of Eucalyptus #21AD4C
Tints of Eucalyptus #21AD4C
RGB
CMYK
RGB Variations
Color information
#21AD4C (or 0x21AD4C) is known color: Eucalyptus. HEX triplet: 21, AD and 4C. RGB value is (33,173,76). Sum of RGB (Red+Green+Blue) = 33+173+76=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 173 (67.97% from 255 or 61.35% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #21AD4C is #DE52B3. Grayscale: #787878. Windows color (decimal): -14570164 or 5025057. OLE color: 5025057.
HSL color Cylindrical-coordinate representation of color #21AD4C: hue angle of 138.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 #21AD4C is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 173 | 76 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.32 |
| HSL | 138.43º | 0.68% | 0.4% | - |
| HSV(B) | 138.43º | 0.81% | 0.68% | - |
| XYZ | 16.88 | 30.73 | 11.88 | - |
| YUV | 120.08 | 103.12 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 76 | 0.81 | 0 | 0.56 | 0.32 | 138.43 | 0.68 | 0.4 |
| Hex | 21 | AD | 4C | 51 | 0 | 38 | 20 | 8A | 44 | 28 |
| Octal | 41 | 255 | 114 | 121 | 0 | 70 | 40 | 212 | 104 | 50 |
| Binary | 100001 | 10101101 | 1001100 | 1010001 | 0 | 111000 | 100000 | 10001010 | 1000100 | 101000 |
Color Harmonies of #21AD4C
Complementary color
Monochromatic Colors of #21AD4C
Black with #21AD4C
Text Example
Text Example
White with #21AD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AD4C; }
p { color: rgb(33,173,76); }
H1.HeaderClassName
{
color: #21AD4C;
}
.AnyTagClassName
{
color: #21AD4C;
}
</style>
background-color css
<style>
a { background-color: #21AD4C; }
a { background-color: rgb(33,173,76); }
div.DivClassName
{
background-color: #21AD4C;
}
.BgClassName
{
background-color: #21AD4C;
}
</style>
border-color css
<style>
span { border-color: #21AD4C; }
span { border-color: rgb(33,173,76); }
td.TdClassName
{
border-color: #21AD4C;
}
.TagClassName
{
border-color: #21AD4C;
}
</style>