Shades of Eucalyptus #21B353
Tints of Eucalyptus #21B353
RGB
CMYK
RGB Variations
Color information
#21B353 (or 0x21B353) is known color: Eucalyptus. HEX triplet: 21, B3 and 53. RGB value is (33,179,83). Sum of RGB (Red+Green+Blue) = 33+179+83=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 83 (32.81% from 255 or 28.14% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #21B353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #21B353 is #DE4CAC. Grayscale: #7C7C7C. Windows color (decimal): -14568621 or 5485345. OLE color: 5485345.
HSL color Cylindrical-coordinate representation of color #21B353: hue angle of 140.55º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B353 is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 33 | 179 | 83 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.30 |
| HSL | 140.55º | 0.69% | 0.42% | - |
| HSV(B) | 140.55º | 0.82% | 0.7% | - |
| XYZ | 18.31 | 33.19 | 13.62 | - |
| YUV | 124.4 | 104.63 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 179 | 83 | 0.82 | 0 | 0.54 | 0.30 | 140.55 | 0.69 | 0.42 |
| Hex | 21 | B3 | 53 | 52 | 0 | 36 | 1E | 8D | 45 | 2A |
| Octal | 41 | 263 | 123 | 122 | 0 | 66 | 36 | 215 | 105 | 52 |
| Binary | 100001 | 10110011 | 1010011 | 1010010 | 0 | 110110 | 11110 | 10001101 | 1000101 | 101010 |
Color Harmonies of #21B353
Complementary color
Monochromatic Colors of #21B353
Black with #21B353
Text Example
Text Example
White with #21B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B353; }
p { color: rgb(33,179,83); }
H1.HeaderClassName
{
color: #21B353;
}
.AnyTagClassName
{
color: #21B353;
}
</style>
background-color css
<style>
a { background-color: #21B353; }
a { background-color: rgb(33,179,83); }
div.DivClassName
{
background-color: #21B353;
}
.BgClassName
{
background-color: #21B353;
}
</style>
border-color css
<style>
span { border-color: #21B353; }
span { border-color: rgb(33,179,83); }
td.TdClassName
{
border-color: #21B353;
}
.TagClassName
{
border-color: #21B353;
}
</style>