Shades of Shamrock #3FE68E
Tints of Shamrock #3FE68E
RGB
CMYK
RGB Variations
Color information
#3FE68E (or 0x3FE68E) is known color: Shamrock. HEX triplet: 3F, E6 and 8E. RGB value is (63,230,142). Sum of RGB (Red+Green+Blue) = 63+230+142=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FE68E is #C01971. Grayscale: #AAAAAA. Windows color (decimal): -12589426 or 9365055. OLE color: 9365055.
HSL color Cylindrical-coordinate representation of color #3FE68E: hue angle of 148.38º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE68E is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 142 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.10 |
| HSL | 148.38º | 0.77% | 0.57% | - |
| HSV(B) | 148.38º | 0.73% | 0.9% | - |
| XYZ | 35.23 | 59.6 | 35.24 | - |
| YUV | 170.04 | 112.17 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 142 | 0.73 | 0 | 0.38 | 0.10 | 148.38 | 0.77 | 0.57 |
| Hex | 3F | E6 | 8E | 49 | 0 | 26 | A | 94 | 4D | 39 |
| Octal | 77 | 346 | 216 | 111 | 0 | 46 | 12 | 224 | 115 | 71 |
| Binary | 111111 | 11100110 | 10001110 | 1001001 | 0 | 100110 | 1010 | 10010100 | 1001101 | 111001 |
Color Harmonies of #3FE68E
Complementary color
Monochromatic Colors of #3FE68E
Black with #3FE68E
Text Example
Text Example
White with #3FE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE68E; }
p { color: rgb(63,230,142); }
H1.HeaderClassName
{
color: #3FE68E;
}
.AnyTagClassName
{
color: #3FE68E;
}
</style>
background-color css
<style>
a { background-color: #3FE68E; }
a { background-color: rgb(63,230,142); }
div.DivClassName
{
background-color: #3FE68E;
}
.BgClassName
{
background-color: #3FE68E;
}
</style>
border-color css
<style>
span { border-color: #3FE68E; }
span { border-color: rgb(63,230,142); }
td.TdClassName
{
border-color: #3FE68E;
}
.TagClassName
{
border-color: #3FE68E;
}
</style>