Shades of Eucalyptus #25AB68
Tints of Eucalyptus #25AB68
RGB
CMYK
RGB Variations
Color information
#25AB68 (or 0x25AB68) is known color: Eucalyptus. HEX triplet: 25, AB and 68. RGB value is (37,171,104). Sum of RGB (Red+Green+Blue) = 37+171+104=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AB68 is #DA5497. Grayscale: #7B7B7B. Windows color (decimal): -14308504 or 6859557. OLE color: 6859557.
HSL color Cylindrical-coordinate representation of color #25AB68: hue angle of 150º 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 #25AB68 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 104 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.33 |
| HSL | 150º | 0.64% | 0.41% | - |
| HSV(B) | 150º | 0.78% | 0.67% | - |
| XYZ | 17.82 | 30.52 | 18.05 | - |
| YUV | 123.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 104 | 0.78 | 0 | 0.39 | 0.33 | 150 | 0.64 | 0.41 |
| Hex | 25 | AB | 68 | 4E | 0 | 27 | 21 | 96 | 40 | 29 |
| Octal | 45 | 253 | 150 | 116 | 0 | 47 | 41 | 226 | 100 | 51 |
| Binary | 100101 | 10101011 | 1101000 | 1001110 | 0 | 100111 | 100001 | 10010110 | 1000000 | 101001 |
Color Harmonies of #25AB68
Complementary color
Monochromatic Colors of #25AB68
Black with #25AB68
Text Example
Text Example
White with #25AB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB68; }
p { color: rgb(37,171,104); }
H1.HeaderClassName
{
color: #25AB68;
}
.AnyTagClassName
{
color: #25AB68;
}
</style>
background-color css
<style>
a { background-color: #25AB68; }
a { background-color: rgb(37,171,104); }
div.DivClassName
{
background-color: #25AB68;
}
.BgClassName
{
background-color: #25AB68;
}
</style>
border-color css
<style>
span { border-color: #25AB68; }
span { border-color: rgb(37,171,104); }
td.TdClassName
{
border-color: #25AB68;
}
.TagClassName
{
border-color: #25AB68;
}
</style>