Shades of Eucalyptus #25A650
Tints of Eucalyptus #25A650
RGB
CMYK
RGB Variations
Color information
#25A650 (or 0x25A650) is known color: Eucalyptus. HEX triplet: 25, A6 and 50. RGB value is (37,166,80). Sum of RGB (Red+Green+Blue) = 37+166+80=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #25A650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25A650 is #DA59AF. Grayscale: #757575. Windows color (decimal): -14309808 or 5285413. OLE color: 5285413.
HSL color Cylindrical-coordinate representation of color #25A650: hue angle of 140º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A650 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 37 | 166 | 80 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.35 |
| HSL | 140º | 0.64% | 0.4% | - |
| HSV(B) | 140º | 0.78% | 0.65% | - |
| XYZ | 15.85 | 28.24 | 12.21 | - |
| YUV | 117.63 | 106.76 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 166 | 80 | 0.78 | 0 | 0.52 | 0.35 | 140 | 0.64 | 0.4 |
| Hex | 25 | A6 | 50 | 4E | 0 | 34 | 23 | 8C | 40 | 28 |
| Octal | 45 | 246 | 120 | 116 | 0 | 64 | 43 | 214 | 100 | 50 |
| Binary | 100101 | 10100110 | 1010000 | 1001110 | 0 | 110100 | 100011 | 10001100 | 1000000 | 101000 |
Color Harmonies of #25A650
Complementary color
Monochromatic Colors of #25A650
Black with #25A650
Text Example
Text Example
White with #25A650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A650; }
p { color: rgb(37,166,80); }
H1.HeaderClassName
{
color: #25A650;
}
.AnyTagClassName
{
color: #25A650;
}
</style>
background-color css
<style>
a { background-color: #25A650; }
a { background-color: rgb(37,166,80); }
div.DivClassName
{
background-color: #25A650;
}
.BgClassName
{
background-color: #25A650;
}
</style>
border-color css
<style>
span { border-color: #25A650; }
span { border-color: rgb(37,166,80); }
td.TdClassName
{
border-color: #25A650;
}
.TagClassName
{
border-color: #25A650;
}
</style>