Shades of Eucalyptus #21AF4F
Tints of Eucalyptus #21AF4F
RGB
CMYK
RGB Variations
Color information
#21AF4F (or 0x21AF4F) is known color: Eucalyptus. HEX triplet: 21, AF and 4F. RGB value is (33,175,79). Sum of RGB (Red+Green+Blue) = 33+175+79=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 175 (68.75% from 255 or 60.98% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF4F is #DE50B0. Grayscale: #797979. Windows color (decimal): -14569649 or 5222177. OLE color: 5222177.
HSL color Cylindrical-coordinate representation of color #21AF4F: hue angle of 139.44º 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 #21AF4F is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 79 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.31 |
| HSL | 139.44º | 0.68% | 0.41% | - |
| HSV(B) | 139.44º | 0.81% | 0.69% | - |
| XYZ | 17.37 | 31.55 | 12.57 | - |
| YUV | 121.6 | 103.96 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 79 | 0.81 | 0 | 0.55 | 0.31 | 139.44 | 0.68 | 0.41 |
| Hex | 21 | AF | 4F | 51 | 0 | 37 | 1F | 8B | 44 | 29 |
| Octal | 41 | 257 | 117 | 121 | 0 | 67 | 37 | 213 | 104 | 51 |
| Binary | 100001 | 10101111 | 1001111 | 1010001 | 0 | 110111 | 11111 | 10001011 | 1000100 | 101001 |
Color Harmonies of #21AF4F
Complementary color
Monochromatic Colors of #21AF4F
Black with #21AF4F
Text Example
Text Example
White with #21AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF4F; }
p { color: rgb(33,175,79); }
H1.HeaderClassName
{
color: #21AF4F;
}
.AnyTagClassName
{
color: #21AF4F;
}
</style>
background-color css
<style>
a { background-color: #21AF4F; }
a { background-color: rgb(33,175,79); }
div.DivClassName
{
background-color: #21AF4F;
}
.BgClassName
{
background-color: #21AF4F;
}
</style>
border-color css
<style>
span { border-color: #21AF4F; }
span { border-color: rgb(33,175,79); }
td.TdClassName
{
border-color: #21AF4F;
}
.TagClassName
{
border-color: #21AF4F;
}
</style>