Shades of Eucalyptus #21A457
Tints of Eucalyptus #21A457
RGB
CMYK
RGB Variations
Color information
#21A457 (or 0x21A457) is known color: Eucalyptus. HEX triplet: 21, A4 and 57. RGB value is (33,164,87). Sum of RGB (Red+Green+Blue) = 33+164+87=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 164 (64.45% from 255 or 57.75% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 164 - color contains mainly: green. Hex color #21A457 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A457 is #DE5BA8. Grayscale: #747474. Windows color (decimal): -14572457 or 5743649. OLE color: 5743649.
HSL color Cylindrical-coordinate representation of color #21A457: hue angle of 144.73º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A457 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 164 | 87 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.36 |
| HSL | 144.73º | 0.66% | 0.39% | - |
| HSV(B) | 144.73º | 0.8% | 0.64% | - |
| XYZ | 15.62 | 27.56 | 13.51 | - |
| YUV | 116.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 87 | 0.80 | 0 | 0.47 | 0.36 | 144.73 | 0.66 | 0.39 |
| Hex | 21 | A4 | 57 | 50 | 0 | 2F | 24 | 91 | 42 | 27 |
| Octal | 41 | 244 | 127 | 120 | 0 | 57 | 44 | 221 | 102 | 47 |
| Binary | 100001 | 10100100 | 1010111 | 1010000 | 0 | 101111 | 100100 | 10010001 | 1000010 | 100111 |
Color Harmonies of #21A457
Complementary color
Monochromatic Colors of #21A457
Black with #21A457
Text Example
Text Example
White with #21A457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A457; }
p { color: rgb(33,164,87); }
H1.HeaderClassName
{
color: #21A457;
}
.AnyTagClassName
{
color: #21A457;
}
</style>
background-color css
<style>
a { background-color: #21A457; }
a { background-color: rgb(33,164,87); }
div.DivClassName
{
background-color: #21A457;
}
.BgClassName
{
background-color: #21A457;
}
</style>
border-color css
<style>
span { border-color: #21A457; }
span { border-color: rgb(33,164,87); }
td.TdClassName
{
border-color: #21A457;
}
.TagClassName
{
border-color: #21A457;
}
</style>