Shades of Eucalyptus #25AB64
Tints of Eucalyptus #25AB64
RGB
CMYK
RGB Variations
Color information
#25AB64 (or 0x25AB64) is known color: Eucalyptus. HEX triplet: 25, AB and 64. RGB value is (37,171,100). Sum of RGB (Red+Green+Blue) = 37+171+100=308 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.01% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AB64 is #DA549B. Grayscale: #7A7A7A. Windows color (decimal): -14308508 or 6597413. OLE color: 6597413.
HSL color Cylindrical-coordinate representation of color #25AB64: hue angle of 148.21º 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 #25AB64 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 100 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.33 |
| HSL | 148.21º | 0.64% | 0.41% | - |
| HSV(B) | 148.21º | 0.78% | 0.67% | - |
| XYZ | 17.63 | 30.44 | 17 | - |
| YUV | 122.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 100 | 0.78 | 0 | 0.42 | 0.33 | 148.21 | 0.64 | 0.41 |
| Hex | 25 | AB | 64 | 4E | 0 | 2A | 21 | 94 | 40 | 29 |
| Octal | 45 | 253 | 144 | 116 | 0 | 52 | 41 | 224 | 100 | 51 |
| Binary | 100101 | 10101011 | 1100100 | 1001110 | 0 | 101010 | 100001 | 10010100 | 1000000 | 101001 |
Color Harmonies of #25AB64
Complementary color
Monochromatic Colors of #25AB64
Black with #25AB64
Text Example
Text Example
White with #25AB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB64; }
p { color: rgb(37,171,100); }
H1.HeaderClassName
{
color: #25AB64;
}
.AnyTagClassName
{
color: #25AB64;
}
</style>
background-color css
<style>
a { background-color: #25AB64; }
a { background-color: rgb(37,171,100); }
div.DivClassName
{
background-color: #25AB64;
}
.BgClassName
{
background-color: #25AB64;
}
</style>
border-color css
<style>
span { border-color: #25AB64; }
span { border-color: rgb(37,171,100); }
td.TdClassName
{
border-color: #25AB64;
}
.TagClassName
{
border-color: #25AB64;
}
</style>