Shades of Shamrock #25CA95
Tints of Shamrock #25CA95
RGB
CMYK
RGB Variations
Color information
#25CA95 (or 0x25CA95) is known color: Shamrock. HEX triplet: 25, CA and 95. RGB value is (37,202,149). Sum of RGB (Red+Green+Blue) = 37+202+149=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #25CA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CA95 is #DA356A. Grayscale: #929292. Windows color (decimal): -14300523 or 9816613. OLE color: 9816613.
HSL color Cylindrical-coordinate representation of color #25CA95: hue angle of 160.73º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CA95 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 37 | 202 | 149 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.21 |
| HSL | 160.73º | 0.69% | 0.47% | - |
| HSV(B) | 160.73º | 0.82% | 0.79% | - |
| XYZ | 27.31 | 44.8 | 35.64 | - |
| YUV | 146.62 | 129.34 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 202 | 149 | 0.82 | 0 | 0.26 | 0.21 | 160.73 | 0.69 | 0.47 |
| Hex | 25 | CA | 95 | 52 | 0 | 1A | 15 | A1 | 45 | 2F |
| Octal | 45 | 312 | 225 | 122 | 0 | 32 | 25 | 241 | 105 | 57 |
| Binary | 100101 | 11001010 | 10010101 | 1010010 | 0 | 11010 | 10101 | 10100001 | 1000101 | 101111 |
Color Harmonies of #25CA95
Complementary color
Monochromatic Colors of #25CA95
Black with #25CA95
Text Example
Text Example
White with #25CA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CA95; }
p { color: rgb(37,202,149); }
H1.HeaderClassName
{
color: #25CA95;
}
.AnyTagClassName
{
color: #25CA95;
}
</style>
background-color css
<style>
a { background-color: #25CA95; }
a { background-color: rgb(37,202,149); }
div.DivClassName
{
background-color: #25CA95;
}
.BgClassName
{
background-color: #25CA95;
}
</style>
border-color css
<style>
span { border-color: #25CA95; }
span { border-color: rgb(37,202,149); }
td.TdClassName
{
border-color: #25CA95;
}
.TagClassName
{
border-color: #25CA95;
}
</style>