Shades of Shamrock #25DC7F
Tints of Shamrock #25DC7F
RGB
CMYK
RGB Variations
Color information
#25DC7F (or 0x25DC7F) is known color: Shamrock. HEX triplet: 25, DC and 7F. RGB value is (37,220,127). Sum of RGB (Red+Green+Blue) = 37+220+127=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 220 (86.33% from 255 or 57.29% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC7F is #DA2380. Grayscale: #9A9A9A. Windows color (decimal): -14295937 or 8379429. OLE color: 8379429.
HSL color Cylindrical-coordinate representation of color #25DC7F: hue angle of 149.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DC7F is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 127 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.14 |
| HSL | 149.51º | 0.72% | 0.5% | - |
| HSV(B) | 149.51º | 0.83% | 0.86% | - |
| XYZ | 30.19 | 53.11 | 28.74 | - |
| YUV | 154.68 | 112.37 | 44.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 127 | 0.83 | 0 | 0.42 | 0.14 | 149.51 | 0.72 | 0.5 |
| Hex | 25 | DC | 7F | 53 | 0 | 2A | E | 96 | 48 | 32 |
| Octal | 45 | 334 | 177 | 123 | 0 | 52 | 16 | 226 | 110 | 62 |
| Binary | 100101 | 11011100 | 1111111 | 1010011 | 0 | 101010 | 1110 | 10010110 | 1001000 | 110010 |
Color Harmonies of #25DC7F
Complementary color
Monochromatic Colors of #25DC7F
Black with #25DC7F
Text Example
Text Example
White with #25DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC7F; }
p { color: rgb(37,220,127); }
H1.HeaderClassName
{
color: #25DC7F;
}
.AnyTagClassName
{
color: #25DC7F;
}
</style>
background-color css
<style>
a { background-color: #25DC7F; }
a { background-color: rgb(37,220,127); }
div.DivClassName
{
background-color: #25DC7F;
}
.BgClassName
{
background-color: #25DC7F;
}
</style>
border-color css
<style>
span { border-color: #25DC7F; }
span { border-color: rgb(37,220,127); }
td.TdClassName
{
border-color: #25DC7F;
}
.TagClassName
{
border-color: #25DC7F;
}
</style>