Shades of Shamrock #25D696
Tints of Shamrock #25D696
RGB
CMYK
RGB Variations
Color information
#25D696 (or 0x25D696) is known color: Shamrock. HEX triplet: 25, D6 and 96. RGB value is (37,214,150). Sum of RGB (Red+Green+Blue) = 37+214+150=401 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.23% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #25D696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D696 is #DA2969. Grayscale: #999999. Windows color (decimal): -14297450 or 9885221. OLE color: 9885221.
HSL color Cylindrical-coordinate representation of color #25D696: hue angle of 158.31º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D696 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 150 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.16 |
| HSL | 158.31º | 0.71% | 0.49% | - |
| HSV(B) | 158.31º | 0.83% | 0.84% | - |
| XYZ | 30.31 | 50.69 | 37.04 | - |
| YUV | 153.78 | 125.86 | 44.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 150 | 0.83 | 0 | 0.30 | 0.16 | 158.31 | 0.71 | 0.49 |
| Hex | 25 | D6 | 96 | 53 | 0 | 1E | 10 | 9E | 47 | 31 |
| Octal | 45 | 326 | 226 | 123 | 0 | 36 | 20 | 236 | 107 | 61 |
| Binary | 100101 | 11010110 | 10010110 | 1010011 | 0 | 11110 | 10000 | 10011110 | 1000111 | 110001 |
Color Harmonies of #25D696
Complementary color
Monochromatic Colors of #25D696
Black with #25D696
Text Example
Text Example
White with #25D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D696; }
p { color: rgb(37,214,150); }
H1.HeaderClassName
{
color: #25D696;
}
.AnyTagClassName
{
color: #25D696;
}
</style>
background-color css
<style>
a { background-color: #25D696; }
a { background-color: rgb(37,214,150); }
div.DivClassName
{
background-color: #25D696;
}
.BgClassName
{
background-color: #25D696;
}
</style>
border-color css
<style>
span { border-color: #25D696; }
span { border-color: rgb(37,214,150); }
td.TdClassName
{
border-color: #25D696;
}
.TagClassName
{
border-color: #25D696;
}
</style>