Shades of Eucalyptus #25AF5B
Tints of Eucalyptus #25AF5B
RGB
CMYK
RGB Variations
Color information
#25AF5B (or 0x25AF5B) is known color: Eucalyptus. HEX triplet: 25, AF and 5B. RGB value is (37,175,91). Sum of RGB (Red+Green+Blue) = 37+175+91=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #25AF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #25AF5B is #DA50A4. Grayscale: #7C7C7C. Windows color (decimal): -14307493 or 6008613. OLE color: 6008613.
HSL color Cylindrical-coordinate representation of color #25AF5B: hue angle of 143.48º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25AF5B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 37 | 175 | 91 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.31 |
| HSL | 143.48º | 0.65% | 0.42% | - |
| HSV(B) | 143.48º | 0.79% | 0.69% | - |
| XYZ | 17.98 | 31.81 | 15.09 | - |
| YUV | 124.16 | 109.28 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 175 | 91 | 0.79 | 0 | 0.48 | 0.31 | 143.48 | 0.65 | 0.42 |
| Hex | 25 | AF | 5B | 4F | 0 | 30 | 1F | 8F | 41 | 2A |
| Octal | 45 | 257 | 133 | 117 | 0 | 60 | 37 | 217 | 101 | 52 |
| Binary | 100101 | 10101111 | 1011011 | 1001111 | 0 | 110000 | 11111 | 10001111 | 1000001 | 101010 |
Color Harmonies of #25AF5B
Complementary color
Monochromatic Colors of #25AF5B
Black with #25AF5B
Text Example
Text Example
White with #25AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25AF5B; }
p { color: rgb(37,175,91); }
H1.HeaderClassName
{
color: #25AF5B;
}
.AnyTagClassName
{
color: #25AF5B;
}
</style>
background-color css
<style>
a { background-color: #25AF5B; }
a { background-color: rgb(37,175,91); }
div.DivClassName
{
background-color: #25AF5B;
}
.BgClassName
{
background-color: #25AF5B;
}
</style>
border-color css
<style>
span { border-color: #25AF5B; }
span { border-color: rgb(37,175,91); }
td.TdClassName
{
border-color: #25AF5B;
}
.TagClassName
{
border-color: #25AF5B;
}
</style>