Shades of Shamrock #25D685
Tints of Shamrock #25D685
RGB
CMYK
RGB Variations
Color information
#25D685 (or 0x25D685) is known color: Shamrock. HEX triplet: 25, D6 and 85. RGB value is (37,214,133). Sum of RGB (Red+Green+Blue) = 37+214+133=384 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.64% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #25D685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D685 is #DA297A. Grayscale: #979797. Windows color (decimal): -14297467 or 8771109. OLE color: 8771109.
HSL color Cylindrical-coordinate representation of color #25D685: hue angle of 152.54º 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 #25D685 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 133 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.16 |
| HSL | 152.54º | 0.71% | 0.49% | - |
| HSV(B) | 152.54º | 0.83% | 0.84% | - |
| XYZ | 29.04 | 50.18 | 30.35 | - |
| YUV | 151.84 | 117.36 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 133 | 0.83 | 0 | 0.38 | 0.16 | 152.54 | 0.71 | 0.49 |
| Hex | 25 | D6 | 85 | 53 | 0 | 26 | 10 | 99 | 47 | 31 |
| Octal | 45 | 326 | 205 | 123 | 0 | 46 | 20 | 231 | 107 | 61 |
| Binary | 100101 | 11010110 | 10000101 | 1010011 | 0 | 100110 | 10000 | 10011001 | 1000111 | 110001 |
Color Harmonies of #25D685
Complementary color
Monochromatic Colors of #25D685
Black with #25D685
Text Example
Text Example
White with #25D685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D685; }
p { color: rgb(37,214,133); }
H1.HeaderClassName
{
color: #25D685;
}
.AnyTagClassName
{
color: #25D685;
}
</style>
background-color css
<style>
a { background-color: #25D685; }
a { background-color: rgb(37,214,133); }
div.DivClassName
{
background-color: #25D685;
}
.BgClassName
{
background-color: #25D685;
}
</style>
border-color css
<style>
span { border-color: #25D685; }
span { border-color: rgb(37,214,133); }
td.TdClassName
{
border-color: #25D685;
}
.TagClassName
{
border-color: #25D685;
}
</style>