Shades of Eucalyptus #21AF55
Tints of Eucalyptus #21AF55
RGB
CMYK
RGB Variations
Color information
#21AF55 (or 0x21AF55) is known color: Eucalyptus. HEX triplet: 21, AF and 55. RGB value is (33,175,85). Sum of RGB (Red+Green+Blue) = 33+175+85=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #21AF55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21AF55 is #DE50AA. Grayscale: #7A7A7A. Windows color (decimal): -14569643 or 5615393. OLE color: 5615393.
HSL color Cylindrical-coordinate representation of color #21AF55: hue angle of 141.97º 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 #21AF55 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 175 | 85 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.31 |
| HSL | 141.97º | 0.68% | 0.41% | - |
| HSV(B) | 141.97º | 0.81% | 0.69% | - |
| XYZ | 17.6 | 31.64 | 13.77 | - |
| YUV | 122.28 | 106.96 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 85 | 0.81 | 0 | 0.51 | 0.31 | 141.97 | 0.68 | 0.41 |
| Hex | 21 | AF | 55 | 51 | 0 | 33 | 1F | 8E | 44 | 29 |
| Octal | 41 | 257 | 125 | 121 | 0 | 63 | 37 | 216 | 104 | 51 |
| Binary | 100001 | 10101111 | 1010101 | 1010001 | 0 | 110011 | 11111 | 10001110 | 1000100 | 101001 |
Color Harmonies of #21AF55
Complementary color
Monochromatic Colors of #21AF55
Black with #21AF55
Text Example
Text Example
White with #21AF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AF55; }
p { color: rgb(33,175,85); }
H1.HeaderClassName
{
color: #21AF55;
}
.AnyTagClassName
{
color: #21AF55;
}
</style>
background-color css
<style>
a { background-color: #21AF55; }
a { background-color: rgb(33,175,85); }
div.DivClassName
{
background-color: #21AF55;
}
.BgClassName
{
background-color: #21AF55;
}
</style>
border-color css
<style>
span { border-color: #21AF55; }
span { border-color: rgb(33,175,85); }
td.TdClassName
{
border-color: #21AF55;
}
.TagClassName
{
border-color: #21AF55;
}
</style>