Shades of Eucalyptus #21B157
Tints of Eucalyptus #21B157
RGB
CMYK
RGB Variations
Color information
#21B157 (or 0x21B157) is known color: Eucalyptus. HEX triplet: 21, B1 and 57. RGB value is (33,177,87). Sum of RGB (Red+Green+Blue) = 33+177+87=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 177 (69.53% from 255 or 59.60% from 297); Blue value is 87 (34.38% from 255 or 29.29% from 297); Max value from RGB is 177 - color contains mainly: green. Hex color #21B157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21B157 is #DE4EA8. Grayscale: #7B7B7B. Windows color (decimal): -14569129 or 5746977. OLE color: 5746977.
HSL color Cylindrical-coordinate representation of color #21B157: hue angle of 142.5º 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 #21B157 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 33 | 177 | 87 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.31 |
| HSL | 142.5º | 0.69% | 0.41% | - |
| HSV(B) | 142.5º | 0.81% | 0.69% | - |
| XYZ | 18.07 | 32.46 | 14.33 | - |
| YUV | 123.68 | 107.29 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 177 | 87 | 0.81 | 0 | 0.51 | 0.31 | 142.5 | 0.69 | 0.41 |
| Hex | 21 | B1 | 57 | 51 | 0 | 33 | 1F | 8E | 45 | 29 |
| Octal | 41 | 261 | 127 | 121 | 0 | 63 | 37 | 216 | 105 | 51 |
| Binary | 100001 | 10110001 | 1010111 | 1010001 | 0 | 110011 | 11111 | 10001110 | 1000101 | 101001 |
Color Harmonies of #21B157
Complementary color
Monochromatic Colors of #21B157
Black with #21B157
Text Example
Text Example
White with #21B157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B157; }
p { color: rgb(33,177,87); }
H1.HeaderClassName
{
color: #21B157;
}
.AnyTagClassName
{
color: #21B157;
}
</style>
background-color css
<style>
a { background-color: #21B157; }
a { background-color: rgb(33,177,87); }
div.DivClassName
{
background-color: #21B157;
}
.BgClassName
{
background-color: #21B157;
}
</style>
border-color css
<style>
span { border-color: #21B157; }
span { border-color: rgb(33,177,87); }
td.TdClassName
{
border-color: #21B157;
}
.TagClassName
{
border-color: #21B157;
}
</style>