Shades of Eucalyptus #21AF63
Tints of Eucalyptus #21AF63
RGB
CMYK
RGB Variations
Color information
#21AF63 (or 0x21AF63) is known color: Eucalyptus. HEX triplet: 21, AF and 63. RGB value is (33,175,99). Sum of RGB (Red+Green+Blue) = 33+175+99=307 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.75% from 307); Green value is 175 (68.75% from 255 or 57.00% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF63 is #DE509C. Grayscale: #7C7C7C. Windows color (decimal): -14569629 or 6532897. OLE color: 6532897.
HSL color Cylindrical-coordinate representation of color #21AF63: hue angle of 147.89º 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 #21AF63 is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 99 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.31 |
| HSL | 147.89º | 0.68% | 0.41% | - |
| HSV(B) | 147.89º | 0.81% | 0.69% | - |
| XYZ | 18.21 | 31.88 | 17 | - |
| YUV | 123.88 | 113.96 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 99 | 0.81 | 0 | 0.43 | 0.31 | 147.89 | 0.68 | 0.41 |
| Hex | 21 | AF | 63 | 51 | 0 | 2B | 1F | 94 | 44 | 29 |
| Octal | 41 | 257 | 143 | 121 | 0 | 53 | 37 | 224 | 104 | 51 |
| Binary | 100001 | 10101111 | 1100011 | 1010001 | 0 | 101011 | 11111 | 10010100 | 1000100 | 101001 |
Color Harmonies of #21AF63
Complementary color
Monochromatic Colors of #21AF63
Black with #21AF63
Text Example
Text Example
White with #21AF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF63; }
p { color: rgb(33,175,99); }
H1.HeaderClassName
{
color: #21AF63;
}
.AnyTagClassName
{
color: #21AF63;
}
</style>
background-color css
<style>
a { background-color: #21AF63; }
a { background-color: rgb(33,175,99); }
div.DivClassName
{
background-color: #21AF63;
}
.BgClassName
{
background-color: #21AF63;
}
</style>
border-color css
<style>
span { border-color: #21AF63; }
span { border-color: rgb(33,175,99); }
td.TdClassName
{
border-color: #21AF63;
}
.TagClassName
{
border-color: #21AF63;
}
</style>