Shades of Eucalyptus #25AD5C
Tints of Eucalyptus #25AD5C
RGB
CMYK
RGB Variations
Color information
#25AD5C (or 0x25AD5C) is known color: Eucalyptus. HEX triplet: 25, AD and 5C. RGB value is (37,173,92). Sum of RGB (Red+Green+Blue) = 37+173+92=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 173 (67.97% from 255 or 57.28% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 173 - color contains mainly: green. Hex color #25AD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AD5C is #DA52A3. Grayscale: #7B7B7B. Windows color (decimal): -14308004 or 6073637. OLE color: 6073637.
HSL color Cylindrical-coordinate representation of color #25AD5C: hue angle of 144.26º 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 #25AD5C is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 173 | 92 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.32 |
| HSL | 144.26º | 0.65% | 0.41% | - |
| HSV(B) | 144.26º | 0.79% | 0.68% | - |
| XYZ | 17.64 | 31.05 | 15.19 | - |
| YUV | 123.1 | 110.44 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 173 | 92 | 0.79 | 0 | 0.47 | 0.32 | 144.26 | 0.65 | 0.41 |
| Hex | 25 | AD | 5C | 4F | 0 | 2F | 20 | 90 | 41 | 29 |
| Octal | 45 | 255 | 134 | 117 | 0 | 57 | 40 | 220 | 101 | 51 |
| Binary | 100101 | 10101101 | 1011100 | 1001111 | 0 | 101111 | 100000 | 10010000 | 1000001 | 101001 |
Color Harmonies of #25AD5C
Complementary color
Monochromatic Colors of #25AD5C
Black with #25AD5C
Text Example
Text Example
White with #25AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AD5C; }
p { color: rgb(37,173,92); }
H1.HeaderClassName
{
color: #25AD5C;
}
.AnyTagClassName
{
color: #25AD5C;
}
</style>
background-color css
<style>
a { background-color: #25AD5C; }
a { background-color: rgb(37,173,92); }
div.DivClassName
{
background-color: #25AD5C;
}
.BgClassName
{
background-color: #25AD5C;
}
</style>
border-color css
<style>
span { border-color: #25AD5C; }
span { border-color: rgb(37,173,92); }
td.TdClassName
{
border-color: #25AD5C;
}
.TagClassName
{
border-color: #25AD5C;
}
</style>