Shades of Eucalyptus #21B155
Tints of Eucalyptus #21B155
RGB
CMYK
RGB Variations
Color information
#21B155 (or 0x21B155) is known color: Eucalyptus. HEX triplet: 21, B1 and 55. RGB value is (33,177,85). Sum of RGB (Red+Green+Blue) = 33+177+85=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 177 (69.53% from 255 or 60% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 177 - color contains mainly: green. Hex color #21B155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B155 is #DE4EAA. Grayscale: #7B7B7B. Windows color (decimal): -14569131 or 5615905. OLE color: 5615905.
HSL color Cylindrical-coordinate representation of color #21B155: hue angle of 141.67º degrees, saturation: 0.69, 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 #21B155 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 85 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.31 |
| HSL | 141.67º | 0.69% | 0.41% | - |
| HSV(B) | 141.67º | 0.81% | 0.69% | - |
| XYZ | 17.99 | 32.42 | 13.9 | - |
| YUV | 123.46 | 106.29 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 85 | 0.81 | 0 | 0.52 | 0.31 | 141.67 | 0.69 | 0.41 |
| Hex | 21 | B1 | 55 | 51 | 0 | 34 | 1F | 8E | 45 | 29 |
| Octal | 41 | 261 | 125 | 121 | 0 | 64 | 37 | 216 | 105 | 51 |
| Binary | 100001 | 10110001 | 1010101 | 1010001 | 0 | 110100 | 11111 | 10001110 | 1000101 | 101001 |
Color Harmonies of #21B155
Complementary color
Monochromatic Colors of #21B155
Black with #21B155
Text Example
Text Example
White with #21B155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B155; }
p { color: rgb(33,177,85); }
H1.HeaderClassName
{
color: #21B155;
}
.AnyTagClassName
{
color: #21B155;
}
</style>
background-color css
<style>
a { background-color: #21B155; }
a { background-color: rgb(33,177,85); }
div.DivClassName
{
background-color: #21B155;
}
.BgClassName
{
background-color: #21B155;
}
</style>
border-color css
<style>
span { border-color: #21B155; }
span { border-color: rgb(33,177,85); }
td.TdClassName
{
border-color: #21B155;
}
.TagClassName
{
border-color: #21B155;
}
</style>