Shades of Eucalyptus #21B153
Tints of Eucalyptus #21B153
RGB
CMYK
RGB Variations
Color information
#21B153 (or 0x21B153) is known color: Eucalyptus. HEX triplet: 21, B1 and 53. RGB value is (33,177,83). Sum of RGB (Red+Green+Blue) = 33+177+83=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #21B153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B153 is #DE4EAC. Grayscale: #7B7B7B. Windows color (decimal): -14569133 or 5484833. OLE color: 5484833.
HSL color Cylindrical-coordinate representation of color #21B153: hue angle of 140.83º 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 #21B153 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 83 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.31 |
| HSL | 140.83º | 0.69% | 0.41% | - |
| HSV(B) | 140.83º | 0.81% | 0.69% | - |
| XYZ | 17.91 | 32.39 | 13.49 | - |
| YUV | 123.23 | 105.29 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 83 | 0.81 | 0 | 0.53 | 0.31 | 140.83 | 0.69 | 0.41 |
| Hex | 21 | B1 | 53 | 51 | 0 | 35 | 1F | 8D | 45 | 29 |
| Octal | 41 | 261 | 123 | 121 | 0 | 65 | 37 | 215 | 105 | 51 |
| Binary | 100001 | 10110001 | 1010011 | 1010001 | 0 | 110101 | 11111 | 10001101 | 1000101 | 101001 |
Color Harmonies of #21B153
Complementary color
Monochromatic Colors of #21B153
Black with #21B153
Text Example
Text Example
White with #21B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B153; }
p { color: rgb(33,177,83); }
H1.HeaderClassName
{
color: #21B153;
}
.AnyTagClassName
{
color: #21B153;
}
</style>
background-color css
<style>
a { background-color: #21B153; }
a { background-color: rgb(33,177,83); }
div.DivClassName
{
background-color: #21B153;
}
.BgClassName
{
background-color: #21B153;
}
</style>
border-color css
<style>
span { border-color: #21B153; }
span { border-color: rgb(33,177,83); }
td.TdClassName
{
border-color: #21B153;
}
.TagClassName
{
border-color: #21B153;
}
</style>