Shades of Shamrock #25D996
Tints of Shamrock #25D996
RGB
CMYK
RGB Variations
Color information
#25D996 (or 0x25D996) is known color: Shamrock. HEX triplet: 25, D9 and 96. RGB value is (37,217,150). Sum of RGB (Red+Green+Blue) = 37+217+150=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #25D996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D996 is #DA2669. Grayscale: #9B9B9B. Windows color (decimal): -14296682 or 9885989. OLE color: 9885989.
HSL color Cylindrical-coordinate representation of color #25D996: hue angle of 157.67º 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 #25D996 is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 217 | 150 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.15 |
| HSL | 157.67º | 0.71% | 0.5% | - |
| HSV(B) | 157.67º | 0.83% | 0.85% | - |
| XYZ | 31.08 | 52.22 | 37.3 | - |
| YUV | 155.54 | 124.87 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 217 | 150 | 0.83 | 0 | 0.31 | 0.15 | 157.67 | 0.71 | 0.5 |
| Hex | 25 | D9 | 96 | 53 | 0 | 1F | F | 9E | 47 | 32 |
| Octal | 45 | 331 | 226 | 123 | 0 | 37 | 17 | 236 | 107 | 62 |
| Binary | 100101 | 11011001 | 10010110 | 1010011 | 0 | 11111 | 1111 | 10011110 | 1000111 | 110010 |
Color Harmonies of #25D996
Complementary color
Monochromatic Colors of #25D996
Black with #25D996
Text Example
Text Example
White with #25D996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D996; }
p { color: rgb(37,217,150); }
H1.HeaderClassName
{
color: #25D996;
}
.AnyTagClassName
{
color: #25D996;
}
</style>
background-color css
<style>
a { background-color: #25D996; }
a { background-color: rgb(37,217,150); }
div.DivClassName
{
background-color: #25D996;
}
.BgClassName
{
background-color: #25D996;
}
</style>
border-color css
<style>
span { border-color: #25D996; }
span { border-color: rgb(37,217,150); }
td.TdClassName
{
border-color: #25D996;
}
.TagClassName
{
border-color: #25D996;
}
</style>