Shades of Eucalyptus #20B45B
Tints of Eucalyptus #20B45B
RGB
CMYK
RGB Variations
Color information
#20B45B (or 0x20B45B) is known color: Eucalyptus. HEX triplet: 20, B4 and 5B. RGB value is (32,180,91). Sum of RGB (Red+Green+Blue) = 32+180+91=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #20B45B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20B45B is #DF4BA4. Grayscale: #7D7D7D. Windows color (decimal): -14633893 or 6009888. OLE color: 6009888.
HSL color Cylindrical-coordinate representation of color #20B45B: hue angle of 143.92º 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 #20B45B is Cyan = 0.82, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 180 | 91 | - |
| CMYK | 0.82 | 0 | 0.49 | 0.29 |
| HSL | 143.92º | 0.7% | 0.42% | - |
| HSV(B) | 143.92º | 0.82% | 0.71% | - |
| XYZ | 18.81 | 33.7 | 15.41 | - |
| YUV | 125.6 | 108.47 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 180 | 91 | 0.82 | 0 | 0.49 | 0.29 | 143.92 | 0.7 | 0.42 |
| Hex | 20 | B4 | 5B | 52 | 0 | 31 | 1D | 90 | 46 | 2A |
| Octal | 40 | 264 | 133 | 122 | 0 | 61 | 35 | 220 | 106 | 52 |
| Binary | 100000 | 10110100 | 1011011 | 1010010 | 0 | 110001 | 11101 | 10010000 | 1000110 | 101010 |
Color Harmonies of #20B45B
Complementary color
Monochromatic Colors of #20B45B
Black with #20B45B
Text Example
Text Example
White with #20B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B45B; }
p { color: rgb(32,180,91); }
H1.HeaderClassName
{
color: #20B45B;
}
.AnyTagClassName
{
color: #20B45B;
}
</style>
background-color css
<style>
a { background-color: #20B45B; }
a { background-color: rgb(32,180,91); }
div.DivClassName
{
background-color: #20B45B;
}
.BgClassName
{
background-color: #20B45B;
}
</style>
border-color css
<style>
span { border-color: #20B45B; }
span { border-color: rgb(32,180,91); }
td.TdClassName
{
border-color: #20B45B;
}
.TagClassName
{
border-color: #20B45B;
}
</style>