Shades of Shamrock #3DC58A
Tints of Shamrock #3DC58A
RGB
CMYK
RGB Variations
Color information
#3DC58A (or 0x3DC58A) is known color: Shamrock. HEX triplet: 3D, C5 and 8A. RGB value is (61,197,138). Sum of RGB (Red+Green+Blue) = 61+197+138=396 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.40% from 396); Green value is 197 (77.34% from 255 or 49.75% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 197 - color contains mainly: green. Hex color #3DC58A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DC58A is #C23A75. Grayscale: #959595. Windows color (decimal): -12728950 or 9094461. OLE color: 9094461.
HSL color Cylindrical-coordinate representation of color #3DC58A: hue angle of 153.97º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC58A is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 61 | 197 | 138 | - |
| CMYK | 0.69 | 0 | 0.30 | 0.23 |
| HSL | 153.97º | 0.54% | 0.51% | - |
| HSV(B) | 153.97º | 0.69% | 0.77% | - |
| XYZ | 26.48 | 42.76 | 30.9 | - |
| YUV | 149.61 | 121.44 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 197 | 138 | 0.69 | 0 | 0.30 | 0.23 | 153.97 | 0.54 | 0.51 |
| Hex | 3D | C5 | 8A | 45 | 0 | 1E | 17 | 9A | 36 | 33 |
| Octal | 75 | 305 | 212 | 105 | 0 | 36 | 27 | 232 | 66 | 63 |
| Binary | 111101 | 11000101 | 10001010 | 1000101 | 0 | 11110 | 10111 | 10011010 | 110110 | 110011 |
Color Harmonies of #3DC58A
Complementary color
Monochromatic Colors of #3DC58A
Black with #3DC58A
Text Example
Text Example
White with #3DC58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC58A; }
p { color: rgb(61,197,138); }
H1.HeaderClassName
{
color: #3DC58A;
}
.AnyTagClassName
{
color: #3DC58A;
}
</style>
background-color css
<style>
a { background-color: #3DC58A; }
a { background-color: rgb(61,197,138); }
div.DivClassName
{
background-color: #3DC58A;
}
.BgClassName
{
background-color: #3DC58A;
}
</style>
border-color css
<style>
span { border-color: #3DC58A; }
span { border-color: rgb(61,197,138); }
td.TdClassName
{
border-color: #3DC58A;
}
.TagClassName
{
border-color: #3DC58A;
}
</style>