Shades of Shamrock #25D494
Tints of Shamrock #25D494
RGB
CMYK
RGB Variations
Color information
#25D494 (or 0x25D494) is known color: Shamrock. HEX triplet: 25, D4 and 94. RGB value is (37,212,148). Sum of RGB (Red+Green+Blue) = 37+212+148=397 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.32% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #25D494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D494 is #DA2B6B. Grayscale: #989898. Windows color (decimal): -14297964 or 9753637. OLE color: 9753637.
HSL color Cylindrical-coordinate representation of color #25D494: hue angle of 158.06º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D494 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 212 | 148 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.17 |
| HSL | 158.06º | 0.7% | 0.49% | - |
| HSV(B) | 158.06º | 0.83% | 0.83% | - |
| XYZ | 29.65 | 49.62 | 36.03 | - |
| YUV | 152.38 | 125.52 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 212 | 148 | 0.83 | 0 | 0.30 | 0.17 | 158.06 | 0.7 | 0.49 |
| Hex | 25 | D4 | 94 | 53 | 0 | 1E | 11 | 9E | 46 | 31 |
| Octal | 45 | 324 | 224 | 123 | 0 | 36 | 21 | 236 | 106 | 61 |
| Binary | 100101 | 11010100 | 10010100 | 1010011 | 0 | 11110 | 10001 | 10011110 | 1000110 | 110001 |
Color Harmonies of #25D494
Complementary color
Monochromatic Colors of #25D494
Black with #25D494
Text Example
Text Example
White with #25D494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D494; }
p { color: rgb(37,212,148); }
H1.HeaderClassName
{
color: #25D494;
}
.AnyTagClassName
{
color: #25D494;
}
</style>
background-color css
<style>
a { background-color: #25D494; }
a { background-color: rgb(37,212,148); }
div.DivClassName
{
background-color: #25D494;
}
.BgClassName
{
background-color: #25D494;
}
</style>
border-color css
<style>
span { border-color: #25D494; }
span { border-color: rgb(37,212,148); }
td.TdClassName
{
border-color: #25D494;
}
.TagClassName
{
border-color: #25D494;
}
</style>