Shades of Shamrock #25D38C
Tints of Shamrock #25D38C
RGB
CMYK
RGB Variations
Color information
#25D38C (or 0x25D38C) is known color: Shamrock. HEX triplet: 25, D3 and 8C. RGB value is (37,211,140). Sum of RGB (Red+Green+Blue) = 37+211+140=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 211 (82.81% from 255 or 54.38% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 211 - color contains mainly: green. Hex color #25D38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D38C is #DA2C73. Grayscale: #969696. Windows color (decimal): -14298228 or 9229093. OLE color: 9229093.
HSL color Cylindrical-coordinate representation of color #25D38C: hue angle of 155.52º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D38C is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 211 | 140 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.17 |
| HSL | 155.52º | 0.7% | 0.49% | - |
| HSV(B) | 155.52º | 0.82% | 0.83% | - |
| XYZ | 28.79 | 48.88 | 32.73 | - |
| YUV | 150.88 | 121.85 | 46.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 140 | 0.82 | 0 | 0.34 | 0.17 | 155.52 | 0.7 | 0.49 |
| Hex | 25 | D3 | 8C | 52 | 0 | 22 | 11 | 9C | 46 | 31 |
| Octal | 45 | 323 | 214 | 122 | 0 | 42 | 21 | 234 | 106 | 61 |
| Binary | 100101 | 11010011 | 10001100 | 1010010 | 0 | 100010 | 10001 | 10011100 | 1000110 | 110001 |
Color Harmonies of #25D38C
Complementary color
Monochromatic Colors of #25D38C
Black with #25D38C
Text Example
Text Example
White with #25D38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D38C; }
p { color: rgb(37,211,140); }
H1.HeaderClassName
{
color: #25D38C;
}
.AnyTagClassName
{
color: #25D38C;
}
</style>
background-color css
<style>
a { background-color: #25D38C; }
a { background-color: rgb(37,211,140); }
div.DivClassName
{
background-color: #25D38C;
}
.BgClassName
{
background-color: #25D38C;
}
</style>
border-color css
<style>
span { border-color: #25D38C; }
span { border-color: rgb(37,211,140); }
td.TdClassName
{
border-color: #25D38C;
}
.TagClassName
{
border-color: #25D38C;
}
</style>