Shades of Eucalyptus #21AF4E
Tints of Eucalyptus #21AF4E
RGB
CMYK
RGB Variations
Color information
#21AF4E (or 0x21AF4E) is known color: Eucalyptus. HEX triplet: 21, AF and 4E. RGB value is (33,175,78). Sum of RGB (Red+Green+Blue) = 33+175+78=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF4E is #DE50B1. Grayscale: #797979. Windows color (decimal): -14569650 or 5156641. OLE color: 5156641.
HSL color Cylindrical-coordinate representation of color #21AF4E: hue angle of 139.01º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AF4E is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 78 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.31 |
| HSL | 139.01º | 0.68% | 0.41% | - |
| HSV(B) | 139.01º | 0.81% | 0.69% | - |
| XYZ | 17.33 | 31.53 | 12.38 | - |
| YUV | 121.48 | 103.46 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 78 | 0.81 | 0 | 0.55 | 0.31 | 139.01 | 0.68 | 0.41 |
| Hex | 21 | AF | 4E | 51 | 0 | 37 | 1F | 8B | 44 | 29 |
| Octal | 41 | 257 | 116 | 121 | 0 | 67 | 37 | 213 | 104 | 51 |
| Binary | 100001 | 10101111 | 1001110 | 1010001 | 0 | 110111 | 11111 | 10001011 | 1000100 | 101001 |
Color Harmonies of #21AF4E
Complementary color
Monochromatic Colors of #21AF4E
Black with #21AF4E
Text Example
Text Example
White with #21AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF4E; }
p { color: rgb(33,175,78); }
H1.HeaderClassName
{
color: #21AF4E;
}
.AnyTagClassName
{
color: #21AF4E;
}
</style>
background-color css
<style>
a { background-color: #21AF4E; }
a { background-color: rgb(33,175,78); }
div.DivClassName
{
background-color: #21AF4E;
}
.BgClassName
{
background-color: #21AF4E;
}
</style>
border-color css
<style>
span { border-color: #21AF4E; }
span { border-color: rgb(33,175,78); }
td.TdClassName
{
border-color: #21AF4E;
}
.TagClassName
{
border-color: #21AF4E;
}
</style>