Shades of Eucalyptus #25AE64
Tints of Eucalyptus #25AE64
RGB
CMYK
RGB Variations
Color information
#25AE64 (or 0x25AE64) is known color: Eucalyptus. HEX triplet: 25, AE and 64. RGB value is (37,174,100). Sum of RGB (Red+Green+Blue) = 37+174+100=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #25AE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AE64 is #DA519B. Grayscale: #7C7C7C. Windows color (decimal): -14307740 or 6598181. OLE color: 6598181.
HSL color Cylindrical-coordinate representation of color #25AE64: hue angle of 147.59º 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 #25AE64 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 37 | 174 | 100 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.32 |
| HSL | 147.59º | 0.65% | 0.41% | - |
| HSV(B) | 147.59º | 0.79% | 0.68% | - |
| XYZ | 18.2 | 31.59 | 17.19 | - |
| YUV | 124.6 | 114.11 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 174 | 100 | 0.79 | 0 | 0.43 | 0.32 | 147.59 | 0.65 | 0.41 |
| Hex | 25 | AE | 64 | 4F | 0 | 2B | 20 | 94 | 41 | 29 |
| Octal | 45 | 256 | 144 | 117 | 0 | 53 | 40 | 224 | 101 | 51 |
| Binary | 100101 | 10101110 | 1100100 | 1001111 | 0 | 101011 | 100000 | 10010100 | 1000001 | 101001 |
Color Harmonies of #25AE64
Complementary color
Monochromatic Colors of #25AE64
Black with #25AE64
Text Example
Text Example
White with #25AE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AE64; }
p { color: rgb(37,174,100); }
H1.HeaderClassName
{
color: #25AE64;
}
.AnyTagClassName
{
color: #25AE64;
}
</style>
background-color css
<style>
a { background-color: #25AE64; }
a { background-color: rgb(37,174,100); }
div.DivClassName
{
background-color: #25AE64;
}
.BgClassName
{
background-color: #25AE64;
}
</style>
border-color css
<style>
span { border-color: #25AE64; }
span { border-color: rgb(37,174,100); }
td.TdClassName
{
border-color: #25AE64;
}
.TagClassName
{
border-color: #25AE64;
}
</style>