Shades of Eucalyptus #25AB52
Tints of Eucalyptus #25AB52
RGB
CMYK
RGB Variations
Color information
#25AB52 (or 0x25AB52) is known color: Eucalyptus. HEX triplet: 25, AB and 52. RGB value is (37,171,82). Sum of RGB (Red+Green+Blue) = 37+171+82=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #25AB52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AB52 is #DA54AD. Grayscale: #797979. Windows color (decimal): -14308526 or 5417765. OLE color: 5417765.
HSL color Cylindrical-coordinate representation of color #25AB52: hue angle of 140.15º 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 #25AB52 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 37 | 171 | 82 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.33 |
| HSL | 140.15º | 0.64% | 0.41% | - |
| HSV(B) | 140.15º | 0.78% | 0.67% | - |
| XYZ | 16.85 | 30.13 | 12.91 | - |
| YUV | 120.79 | 106.11 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 171 | 82 | 0.78 | 0 | 0.52 | 0.33 | 140.15 | 0.64 | 0.41 |
| Hex | 25 | AB | 52 | 4E | 0 | 34 | 21 | 8C | 40 | 29 |
| Octal | 45 | 253 | 122 | 116 | 0 | 64 | 41 | 214 | 100 | 51 |
| Binary | 100101 | 10101011 | 1010010 | 1001110 | 0 | 110100 | 100001 | 10001100 | 1000000 | 101001 |
Color Harmonies of #25AB52
Complementary color
Monochromatic Colors of #25AB52
Black with #25AB52
Text Example
Text Example
White with #25AB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AB52; }
p { color: rgb(37,171,82); }
H1.HeaderClassName
{
color: #25AB52;
}
.AnyTagClassName
{
color: #25AB52;
}
</style>
background-color css
<style>
a { background-color: #25AB52; }
a { background-color: rgb(37,171,82); }
div.DivClassName
{
background-color: #25AB52;
}
.BgClassName
{
background-color: #25AB52;
}
</style>
border-color css
<style>
span { border-color: #25AB52; }
span { border-color: rgb(37,171,82); }
td.TdClassName
{
border-color: #25AB52;
}
.TagClassName
{
border-color: #25AB52;
}
</style>