Shades of Shamrock #3DF18E
Tints of Shamrock #3DF18E
RGB
CMYK
RGB Variations
Color information
#3DF18E (or 0x3DF18E) is known color: Shamrock. HEX triplet: 3D, F1 and 8E. RGB value is (61,241,142). Sum of RGB (Red+Green+Blue) = 61+241+142=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF18E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF18E is #C20E71. Grayscale: #B0B0B0. Windows color (decimal): -12717682 or 9367869. OLE color: 9367869.
HSL color Cylindrical-coordinate representation of color #3DF18E: hue angle of 147º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF18E is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 142 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.05 |
| HSL | 147º | 0.87% | 0.59% | - |
| HSV(B) | 147º | 0.75% | 0.95% | - |
| XYZ | 38.26 | 65.86 | 36.29 | - |
| YUV | 175.89 | 108.87 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 142 | 0.75 | 0 | 0.41 | 0.05 | 147 | 0.87 | 0.59 |
| Hex | 3D | F1 | 8E | 4B | 0 | 29 | 5 | 93 | 57 | 3B |
| Octal | 75 | 361 | 216 | 113 | 0 | 51 | 5 | 223 | 127 | 73 |
| Binary | 111101 | 11110001 | 10001110 | 1001011 | 0 | 101001 | 101 | 10010011 | 1010111 | 111011 |
Color Harmonies of #3DF18E
Complementary color
Monochromatic Colors of #3DF18E
Black with #3DF18E
Text Example
Text Example
White with #3DF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF18E; }
p { color: rgb(61,241,142); }
H1.HeaderClassName
{
color: #3DF18E;
}
.AnyTagClassName
{
color: #3DF18E;
}
</style>
background-color css
<style>
a { background-color: #3DF18E; }
a { background-color: rgb(61,241,142); }
div.DivClassName
{
background-color: #3DF18E;
}
.BgClassName
{
background-color: #3DF18E;
}
</style>
border-color css
<style>
span { border-color: #3DF18E; }
span { border-color: rgb(61,241,142); }
td.TdClassName
{
border-color: #3DF18E;
}
.TagClassName
{
border-color: #3DF18E;
}
</style>