Shades of Eucalyptus #20B454
Tints of Eucalyptus #20B454
RGB
CMYK
RGB Variations
Color information
#20B454 (or 0x20B454) is known color: Eucalyptus. HEX triplet: 20, B4 and 54. RGB value is (32,180,84). Sum of RGB (Red+Green+Blue) = 32+180+84=296 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.81% from 296); Green value is 180 (70.70% from 255 or 60.81% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 180 - color contains mainly: green. Hex color #20B454 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B454 is #DF4BAB. Grayscale: #7D7D7D. Windows color (decimal): -14633900 or 5551136. OLE color: 5551136.
HSL color Cylindrical-coordinate representation of color #20B454: hue angle of 141.08º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B454 is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 84 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.29 |
| HSL | 141.08º | 0.7% | 0.42% | - |
| HSV(B) | 141.08º | 0.82% | 0.71% | - |
| XYZ | 18.52 | 33.59 | 13.9 | - |
| YUV | 124.8 | 104.97 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 84 | 0.82 | 0 | 0.53 | 0.29 | 141.08 | 0.7 | 0.42 |
| Hex | 20 | B4 | 54 | 52 | 0 | 35 | 1D | 8D | 46 | 2A |
| Octal | 40 | 264 | 124 | 122 | 0 | 65 | 35 | 215 | 106 | 52 |
| Binary | 100000 | 10110100 | 1010100 | 1010010 | 0 | 110101 | 11101 | 10001101 | 1000110 | 101010 |
Color Harmonies of #20B454
Complementary color
Monochromatic Colors of #20B454
Black with #20B454
Text Example
Text Example
White with #20B454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B454; }
p { color: rgb(32,180,84); }
H1.HeaderClassName
{
color: #20B454;
}
.AnyTagClassName
{
color: #20B454;
}
</style>
background-color css
<style>
a { background-color: #20B454; }
a { background-color: rgb(32,180,84); }
div.DivClassName
{
background-color: #20B454;
}
.BgClassName
{
background-color: #20B454;
}
</style>
border-color css
<style>
span { border-color: #20B454; }
span { border-color: rgb(32,180,84); }
td.TdClassName
{
border-color: #20B454;
}
.TagClassName
{
border-color: #20B454;
}
</style>