Shades of Eucalyptus #21AF60
Tints of Eucalyptus #21AF60
RGB
CMYK
RGB Variations
Color information
#21AF60 (or 0x21AF60) is known color: Eucalyptus. HEX triplet: 21, AF and 60. RGB value is (33,175,96). Sum of RGB (Red+Green+Blue) = 33+175+96=304 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.86% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF60 is #DE509F. Grayscale: #7B7B7B. Windows color (decimal): -14569632 or 6336289. OLE color: 6336289.
HSL color Cylindrical-coordinate representation of color #21AF60: hue angle of 146.62º 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 #21AF60 is Cyan = 0.81, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 96 | - |
| CMYK | 0.81 | 0 | 0.45 | 0.31 |
| HSL | 146.62º | 0.68% | 0.41% | - |
| HSV(B) | 146.62º | 0.81% | 0.69% | - |
| XYZ | 18.07 | 31.83 | 16.26 | - |
| YUV | 123.54 | 112.46 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 96 | 0.81 | 0 | 0.45 | 0.31 | 146.62 | 0.68 | 0.41 |
| Hex | 21 | AF | 60 | 51 | 0 | 2D | 1F | 93 | 44 | 29 |
| Octal | 41 | 257 | 140 | 121 | 0 | 55 | 37 | 223 | 104 | 51 |
| Binary | 100001 | 10101111 | 1100000 | 1010001 | 0 | 101101 | 11111 | 10010011 | 1000100 | 101001 |
Color Harmonies of #21AF60
Complementary color
Monochromatic Colors of #21AF60
Black with #21AF60
Text Example
Text Example
White with #21AF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF60; }
p { color: rgb(33,175,96); }
H1.HeaderClassName
{
color: #21AF60;
}
.AnyTagClassName
{
color: #21AF60;
}
</style>
background-color css
<style>
a { background-color: #21AF60; }
a { background-color: rgb(33,175,96); }
div.DivClassName
{
background-color: #21AF60;
}
.BgClassName
{
background-color: #21AF60;
}
</style>
border-color css
<style>
span { border-color: #21AF60; }
span { border-color: rgb(33,175,96); }
td.TdClassName
{
border-color: #21AF60;
}
.TagClassName
{
border-color: #21AF60;
}
</style>