Shades of Shamrock #25E485
Tints of Shamrock #25E485
RGB
CMYK
RGB Variations
Color information
#25E485 (or 0x25E485) is known color: Shamrock. HEX triplet: 25, E4 and 85. RGB value is (37,228,133). Sum of RGB (Red+Green+Blue) = 37+228+133=398 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.30% from 398); Green value is 228 (89.45% from 255 or 57.29% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 228 - color contains mainly: green. Hex color #25E485 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25E485 is #DA1B7A. Grayscale: #A0A0A0. Windows color (decimal): -14293883 or 8774693. OLE color: 8774693.
HSL color Cylindrical-coordinate representation of color #25E485: hue angle of 150.16º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E485 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 228 | 133 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.11 |
| HSL | 150.16º | 0.78% | 0.52% | - |
| HSV(B) | 150.16º | 0.84% | 0.89% | - |
| XYZ | 32.74 | 57.57 | 31.58 | - |
| YUV | 160.06 | 112.72 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 228 | 133 | 0.84 | 0 | 0.42 | 0.11 | 150.16 | 0.78 | 0.52 |
| Hex | 25 | E4 | 85 | 54 | 0 | 2A | B | 96 | 4E | 34 |
| Octal | 45 | 344 | 205 | 124 | 0 | 52 | 13 | 226 | 116 | 64 |
| Binary | 100101 | 11100100 | 10000101 | 1010100 | 0 | 101010 | 1011 | 10010110 | 1001110 | 110100 |
Color Harmonies of #25E485
Complementary color
Monochromatic Colors of #25E485
Black with #25E485
Text Example
Text Example
White with #25E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E485; }
p { color: rgb(37,228,133); }
H1.HeaderClassName
{
color: #25E485;
}
.AnyTagClassName
{
color: #25E485;
}
</style>
background-color css
<style>
a { background-color: #25E485; }
a { background-color: rgb(37,228,133); }
div.DivClassName
{
background-color: #25E485;
}
.BgClassName
{
background-color: #25E485;
}
</style>
border-color css
<style>
span { border-color: #25E485; }
span { border-color: rgb(37,228,133); }
td.TdClassName
{
border-color: #25E485;
}
.TagClassName
{
border-color: #25E485;
}
</style>