Shades of Shamrock #25DA86
Tints of Shamrock #25DA86
RGB
CMYK
RGB Variations
Color information
#25DA86 (or 0x25DA86) is known color: Shamrock. HEX triplet: 25, DA and 86. RGB value is (37,218,134). Sum of RGB (Red+Green+Blue) = 37+218+134=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 218 (85.55% from 255 or 56.04% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25DA86 is #DA2579. Grayscale: #9A9A9A. Windows color (decimal): -14296442 or 8837669. OLE color: 8837669.
HSL color Cylindrical-coordinate representation of color #25DA86: hue angle of 152.15º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DA86 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 134 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.15 |
| HSL | 152.15º | 0.71% | 0.5% | - |
| HSV(B) | 152.15º | 0.83% | 0.85% | - |
| XYZ | 30.14 | 52.26 | 31.05 | - |
| YUV | 154.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 134 | 0.83 | 0 | 0.39 | 0.15 | 152.15 | 0.71 | 0.5 |
| Hex | 25 | DA | 86 | 53 | 0 | 27 | F | 98 | 47 | 32 |
| Octal | 45 | 332 | 206 | 123 | 0 | 47 | 17 | 230 | 107 | 62 |
| Binary | 100101 | 11011010 | 10000110 | 1010011 | 0 | 100111 | 1111 | 10011000 | 1000111 | 110010 |
Color Harmonies of #25DA86
Complementary color
Monochromatic Colors of #25DA86
Black with #25DA86
Text Example
Text Example
White with #25DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DA86; }
p { color: rgb(37,218,134); }
H1.HeaderClassName
{
color: #25DA86;
}
.AnyTagClassName
{
color: #25DA86;
}
</style>
background-color css
<style>
a { background-color: #25DA86; }
a { background-color: rgb(37,218,134); }
div.DivClassName
{
background-color: #25DA86;
}
.BgClassName
{
background-color: #25DA86;
}
</style>
border-color css
<style>
span { border-color: #25DA86; }
span { border-color: rgb(37,218,134); }
td.TdClassName
{
border-color: #25DA86;
}
.TagClassName
{
border-color: #25DA86;
}
</style>