Shades of Shamrock #25C886
Tints of Shamrock #25C886
RGB
CMYK
RGB Variations
Color information
#25C886 (or 0x25C886) is known color: Shamrock. HEX triplet: 25, C8 and 86. RGB value is (37,200,134). Sum of RGB (Red+Green+Blue) = 37+200+134=371 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.97% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #25C886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C886 is #DA3779. Grayscale: #8F8F8F. Windows color (decimal): -14301050 or 8833061. OLE color: 8833061.
HSL color Cylindrical-coordinate representation of color #25C886: hue angle of 155.71º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C886 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 37 | 200 | 134 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.22 |
| HSL | 155.71º | 0.69% | 0.46% | - |
| HSV(B) | 155.71º | 0.82% | 0.78% | - |
| XYZ | 25.72 | 43.42 | 29.58 | - |
| YUV | 143.74 | 122.5 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 200 | 134 | 0.82 | 0 | 0.33 | 0.22 | 155.71 | 0.69 | 0.46 |
| Hex | 25 | C8 | 86 | 52 | 0 | 21 | 16 | 9C | 45 | 2E |
| Octal | 45 | 310 | 206 | 122 | 0 | 41 | 26 | 234 | 105 | 56 |
| Binary | 100101 | 11001000 | 10000110 | 1010010 | 0 | 100001 | 10110 | 10011100 | 1000101 | 101110 |
Color Harmonies of #25C886
Complementary color
Monochromatic Colors of #25C886
Black with #25C886
Text Example
Text Example
White with #25C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C886; }
p { color: rgb(37,200,134); }
H1.HeaderClassName
{
color: #25C886;
}
.AnyTagClassName
{
color: #25C886;
}
</style>
background-color css
<style>
a { background-color: #25C886; }
a { background-color: rgb(37,200,134); }
div.DivClassName
{
background-color: #25C886;
}
.BgClassName
{
background-color: #25C886;
}
</style>
border-color css
<style>
span { border-color: #25C886; }
span { border-color: rgb(37,200,134); }
td.TdClassName
{
border-color: #25C886;
}
.TagClassName
{
border-color: #25C886;
}
</style>