Shades of Shamrock #25DC7A
Tints of Shamrock #25DC7A
RGB
CMYK
RGB Variations
Color information
#25DC7A (or 0x25DC7A) is known color: Shamrock. HEX triplet: 25, DC and 7A. RGB value is (37,220,122). Sum of RGB (Red+Green+Blue) = 37+220+122=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 220 (86.33% from 255 or 58.05% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25DC7A is #DA2385. Grayscale: #9A9A9A. Windows color (decimal): -14295942 or 8051749. OLE color: 8051749.
HSL color Cylindrical-coordinate representation of color #25DC7A: hue angle of 147.87º 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 #25DC7A is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 37 | 220 | 122 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.14 |
| HSL | 147.87º | 0.72% | 0.5% | - |
| HSV(B) | 147.87º | 0.83% | 0.86% | - |
| XYZ | 29.87 | 52.98 | 27.07 | - |
| YUV | 154.11 | 109.87 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 122 | 0.83 | 0 | 0.45 | 0.14 | 147.87 | 0.72 | 0.5 |
| Hex | 25 | DC | 7A | 53 | 0 | 2D | E | 94 | 48 | 32 |
| Octal | 45 | 334 | 172 | 123 | 0 | 55 | 16 | 224 | 110 | 62 |
| Binary | 100101 | 11011100 | 1111010 | 1010011 | 0 | 101101 | 1110 | 10010100 | 1001000 | 110010 |
Color Harmonies of #25DC7A
Complementary color
Monochromatic Colors of #25DC7A
Black with #25DC7A
Text Example
Text Example
White with #25DC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DC7A; }
p { color: rgb(37,220,122); }
H1.HeaderClassName
{
color: #25DC7A;
}
.AnyTagClassName
{
color: #25DC7A;
}
</style>
background-color css
<style>
a { background-color: #25DC7A; }
a { background-color: rgb(37,220,122); }
div.DivClassName
{
background-color: #25DC7A;
}
.BgClassName
{
background-color: #25DC7A;
}
</style>
border-color css
<style>
span { border-color: #25DC7A; }
span { border-color: rgb(37,220,122); }
td.TdClassName
{
border-color: #25DC7A;
}
.TagClassName
{
border-color: #25DC7A;
}
</style>