Shades of Shamrock #25D095
Tints of Shamrock #25D095
RGB
CMYK
RGB Variations
Color information
#25D095 (or 0x25D095) is known color: Shamrock. HEX triplet: 25, D0 and 95. RGB value is (37,208,149). Sum of RGB (Red+Green+Blue) = 37+208+149=394 (52% of max value = 765). Red value is 37 (14.84% from 255 or 9.39% from 394); Green value is 208 (81.64% from 255 or 52.79% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 208 - color contains mainly: green. Hex color #25D095 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D095 is #DA2F6A. Grayscale: #969696. Windows color (decimal): -14298987 or 9818149. OLE color: 9818149.
HSL color Cylindrical-coordinate representation of color #25D095: hue angle of 159.3º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D095 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 37 | 208 | 149 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.18 |
| HSL | 159.3º | 0.7% | 0.48% | - |
| HSV(B) | 159.3º | 0.82% | 0.82% | - |
| XYZ | 28.74 | 47.67 | 36.12 | - |
| YUV | 150.15 | 127.35 | 47.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 149 | 0.82 | 0 | 0.28 | 0.18 | 159.3 | 0.7 | 0.48 |
| Hex | 25 | D0 | 95 | 52 | 0 | 1C | 12 | 9F | 46 | 30 |
| Octal | 45 | 320 | 225 | 122 | 0 | 34 | 22 | 237 | 106 | 60 |
| Binary | 100101 | 11010000 | 10010101 | 1010010 | 0 | 11100 | 10010 | 10011111 | 1000110 | 110000 |
Color Harmonies of #25D095
Complementary color
Monochromatic Colors of #25D095
Black with #25D095
Text Example
Text Example
White with #25D095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D095; }
p { color: rgb(37,208,149); }
H1.HeaderClassName
{
color: #25D095;
}
.AnyTagClassName
{
color: #25D095;
}
</style>
background-color css
<style>
a { background-color: #25D095; }
a { background-color: rgb(37,208,149); }
div.DivClassName
{
background-color: #25D095;
}
.BgClassName
{
background-color: #25D095;
}
</style>
border-color css
<style>
span { border-color: #25D095; }
span { border-color: rgb(37,208,149); }
td.TdClassName
{
border-color: #25D095;
}
.TagClassName
{
border-color: #25D095;
}
</style>