Shades of Shamrock #25D482
Tints of Shamrock #25D482
RGB
CMYK
RGB Variations
Color information
#25D482 (or 0x25D482) is known color: Shamrock. HEX triplet: 25, D4 and 82. RGB value is (37,212,130). Sum of RGB (Red+Green+Blue) = 37+212+130=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 212 (83.20% from 255 or 55.94% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 212 - color contains mainly: green. Hex color #25D482 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D482 is #DA2B7D. Grayscale: #969696. Windows color (decimal): -14297982 or 8573989. OLE color: 8573989.
HSL color Cylindrical-coordinate representation of color #25D482: hue angle of 151.89º 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 #25D482 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 212 | 130 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.17 |
| HSL | 151.89º | 0.7% | 0.49% | - |
| HSV(B) | 151.89º | 0.83% | 0.83% | - |
| XYZ | 28.34 | 49.09 | 29.1 | - |
| YUV | 150.33 | 116.52 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 212 | 130 | 0.83 | 0 | 0.39 | 0.17 | 151.89 | 0.7 | 0.49 |
| Hex | 25 | D4 | 82 | 53 | 0 | 27 | 11 | 98 | 46 | 31 |
| Octal | 45 | 324 | 202 | 123 | 0 | 47 | 21 | 230 | 106 | 61 |
| Binary | 100101 | 11010100 | 10000010 | 1010011 | 0 | 100111 | 10001 | 10011000 | 1000110 | 110001 |
Color Harmonies of #25D482
Complementary color
Monochromatic Colors of #25D482
Black with #25D482
Text Example
Text Example
White with #25D482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D482; }
p { color: rgb(37,212,130); }
H1.HeaderClassName
{
color: #25D482;
}
.AnyTagClassName
{
color: #25D482;
}
</style>
background-color css
<style>
a { background-color: #25D482; }
a { background-color: rgb(37,212,130); }
div.DivClassName
{
background-color: #25D482;
}
.BgClassName
{
background-color: #25D482;
}
</style>
border-color css
<style>
span { border-color: #25D482; }
span { border-color: rgb(37,212,130); }
td.TdClassName
{
border-color: #25D482;
}
.TagClassName
{
border-color: #25D482;
}
</style>