Shades of Eucalyptus #25AD5D
Tints of Eucalyptus #25AD5D
RGB
CMYK
RGB Variations
Color information
#25AD5D (or 0x25AD5D) is known color: Eucalyptus. HEX triplet: 25, AD and 5D. RGB value is (37,173,93). Sum of RGB (Red+Green+Blue) = 37+173+93=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AD5D is #DA52A2. Grayscale: #7B7B7B. Windows color (decimal): -14308003 or 6139173. OLE color: 6139173.
HSL color Cylindrical-coordinate representation of color #25AD5D: hue angle of 144.71º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AD5D is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 93 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.32 |
| HSL | 144.71º | 0.65% | 0.41% | - |
| HSV(B) | 144.71º | 0.79% | 0.68% | - |
| XYZ | 17.68 | 31.07 | 15.42 | - |
| YUV | 123.22 | 110.94 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 93 | 0.79 | 0 | 0.46 | 0.32 | 144.71 | 0.65 | 0.41 |
| Hex | 25 | AD | 5D | 4F | 0 | 2E | 20 | 91 | 41 | 29 |
| Octal | 45 | 255 | 135 | 117 | 0 | 56 | 40 | 221 | 101 | 51 |
| Binary | 100101 | 10101101 | 1011101 | 1001111 | 0 | 101110 | 100000 | 10010001 | 1000001 | 101001 |
Color Harmonies of #25AD5D
Complementary color
Monochromatic Colors of #25AD5D
Black with #25AD5D
Text Example
Text Example
White with #25AD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD5D; }
p { color: rgb(37,173,93); }
H1.HeaderClassName
{
color: #25AD5D;
}
.AnyTagClassName
{
color: #25AD5D;
}
</style>
background-color css
<style>
a { background-color: #25AD5D; }
a { background-color: rgb(37,173,93); }
div.DivClassName
{
background-color: #25AD5D;
}
.BgClassName
{
background-color: #25AD5D;
}
</style>
border-color css
<style>
span { border-color: #25AD5D; }
span { border-color: rgb(37,173,93); }
td.TdClassName
{
border-color: #25AD5D;
}
.TagClassName
{
border-color: #25AD5D;
}
</style>