Shades of Shamrock #25CF7D
Tints of Shamrock #25CF7D
RGB
CMYK
RGB Variations
Color information
#25CF7D (or 0x25CF7D) is known color: Shamrock. HEX triplet: 25, CF and 7D. RGB value is (37,207,125). Sum of RGB (Red+Green+Blue) = 37+207+125=369 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.03% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #25CF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #25CF7D is #DA3082. Grayscale: #929292. Windows color (decimal): -14299267 or 8245029. OLE color: 8245029.
HSL color Cylindrical-coordinate representation of color #25CF7D: hue angle of 151.06º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CF7D is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 207 | 125 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.19 |
| HSL | 151.06º | 0.7% | 0.48% | - |
| HSV(B) | 151.06º | 0.82% | 0.81% | - |
| XYZ | 26.78 | 46.5 | 26.97 | - |
| YUV | 146.82 | 115.68 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 125 | 0.82 | 0 | 0.40 | 0.19 | 151.06 | 0.7 | 0.48 |
| Hex | 25 | CF | 7D | 52 | 0 | 28 | 13 | 97 | 46 | 30 |
| Octal | 45 | 317 | 175 | 122 | 0 | 50 | 23 | 227 | 106 | 60 |
| Binary | 100101 | 11001111 | 1111101 | 1010010 | 0 | 101000 | 10011 | 10010111 | 1000110 | 110000 |
Color Harmonies of #25CF7D
Complementary color
Monochromatic Colors of #25CF7D
Black with #25CF7D
Text Example
Text Example
White with #25CF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CF7D; }
p { color: rgb(37,207,125); }
H1.HeaderClassName
{
color: #25CF7D;
}
.AnyTagClassName
{
color: #25CF7D;
}
</style>
background-color css
<style>
a { background-color: #25CF7D; }
a { background-color: rgb(37,207,125); }
div.DivClassName
{
background-color: #25CF7D;
}
.BgClassName
{
background-color: #25CF7D;
}
</style>
border-color css
<style>
span { border-color: #25CF7D; }
span { border-color: rgb(37,207,125); }
td.TdClassName
{
border-color: #25CF7D;
}
.TagClassName
{
border-color: #25CF7D;
}
</style>