Shades of Eucalyptus #21B557
Tints of Eucalyptus #21B557
RGB
CMYK
RGB Variations
Color information
#21B557 (or 0x21B557) is known color: Eucalyptus. HEX triplet: 21, B5 and 57. RGB value is (33,181,87). Sum of RGB (Red+Green+Blue) = 33+181+87=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #21B557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B557 is #DE4AA8. Grayscale: #7E7E7E. Windows color (decimal): -14568105 or 5748001. OLE color: 5748001.
HSL color Cylindrical-coordinate representation of color #21B557: hue angle of 141.89º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B557 is Cyan = 0.82, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 33 | 181 | 87 | - |
| CMYK | 0.82 | 0 | 0.52 | 0.29 |
| HSL | 141.89º | 0.69% | 0.42% | - |
| HSV(B) | 141.89º | 0.82% | 0.71% | - |
| XYZ | 18.87 | 34.06 | 14.6 | - |
| YUV | 126.03 | 105.97 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 181 | 87 | 0.82 | 0 | 0.52 | 0.29 | 141.89 | 0.69 | 0.42 |
| Hex | 21 | B5 | 57 | 52 | 0 | 34 | 1D | 8E | 45 | 2A |
| Octal | 41 | 265 | 127 | 122 | 0 | 64 | 35 | 216 | 105 | 52 |
| Binary | 100001 | 10110101 | 1010111 | 1010010 | 0 | 110100 | 11101 | 10001110 | 1000101 | 101010 |
Color Harmonies of #21B557
Complementary color
Monochromatic Colors of #21B557
Black with #21B557
Text Example
Text Example
White with #21B557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B557; }
p { color: rgb(33,181,87); }
H1.HeaderClassName
{
color: #21B557;
}
.AnyTagClassName
{
color: #21B557;
}
</style>
background-color css
<style>
a { background-color: #21B557; }
a { background-color: rgb(33,181,87); }
div.DivClassName
{
background-color: #21B557;
}
.BgClassName
{
background-color: #21B557;
}
</style>
border-color css
<style>
span { border-color: #21B557; }
span { border-color: rgb(33,181,87); }
td.TdClassName
{
border-color: #21B557;
}
.TagClassName
{
border-color: #21B557;
}
</style>