Shades of Eucalyptus #25AB5D
Tints of Eucalyptus #25AB5D
RGB
CMYK
RGB Variations
Color information
#25AB5D (or 0x25AB5D) is known color: Eucalyptus. HEX triplet: 25, AB and 5D. RGB value is (37,171,93). Sum of RGB (Red+Green+Blue) = 37+171+93=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AB5D is #DA54A2. Grayscale: #7A7A7A. Windows color (decimal): -14308515 or 6138661. OLE color: 6138661.
HSL color Cylindrical-coordinate representation of color #25AB5D: hue angle of 145.07º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25AB5D is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 93 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.33 |
| HSL | 145.07º | 0.64% | 0.41% | - |
| HSV(B) | 145.07º | 0.78% | 0.67% | - |
| XYZ | 17.3 | 30.31 | 15.29 | - |
| YUV | 122.04 | 111.61 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 93 | 0.78 | 0 | 0.46 | 0.33 | 145.07 | 0.64 | 0.41 |
| Hex | 25 | AB | 5D | 4E | 0 | 2E | 21 | 91 | 40 | 29 |
| Octal | 45 | 253 | 135 | 116 | 0 | 56 | 41 | 221 | 100 | 51 |
| Binary | 100101 | 10101011 | 1011101 | 1001110 | 0 | 101110 | 100001 | 10010001 | 1000000 | 101001 |
Color Harmonies of #25AB5D
Complementary color
Monochromatic Colors of #25AB5D
Black with #25AB5D
Text Example
Text Example
White with #25AB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB5D; }
p { color: rgb(37,171,93); }
H1.HeaderClassName
{
color: #25AB5D;
}
.AnyTagClassName
{
color: #25AB5D;
}
</style>
background-color css
<style>
a { background-color: #25AB5D; }
a { background-color: rgb(37,171,93); }
div.DivClassName
{
background-color: #25AB5D;
}
.BgClassName
{
background-color: #25AB5D;
}
</style>
border-color css
<style>
span { border-color: #25AB5D; }
span { border-color: rgb(37,171,93); }
td.TdClassName
{
border-color: #25AB5D;
}
.TagClassName
{
border-color: #25AB5D;
}
</style>