Shades of Shamrock #3FC68E
Tints of Shamrock #3FC68E
RGB
CMYK
RGB Variations
Color information
#3FC68E (or 0x3FC68E) is known color: Shamrock. HEX triplet: 3F, C6 and 8E. RGB value is (63,198,142). Sum of RGB (Red+Green+Blue) = 63+198+142=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC68E is #C03971. Grayscale: #979797. Windows color (decimal): -12597618 or 9356863. OLE color: 9356863.
HSL color Cylindrical-coordinate representation of color #3FC68E: hue angle of 155.11º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC68E is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 198 | 142 | - |
| CMYK | 0.68 | 0 | 0.28 | 0.22 |
| HSL | 155.11º | 0.54% | 0.51% | - |
| HSV(B) | 155.11º | 0.68% | 0.78% | - |
| XYZ | 27.13 | 43.4 | 32.54 | - |
| YUV | 151.25 | 122.77 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 198 | 142 | 0.68 | 0 | 0.28 | 0.22 | 155.11 | 0.54 | 0.51 |
| Hex | 3F | C6 | 8E | 44 | 0 | 1C | 16 | 9B | 36 | 33 |
| Octal | 77 | 306 | 216 | 104 | 0 | 34 | 26 | 233 | 66 | 63 |
| Binary | 111111 | 11000110 | 10001110 | 1000100 | 0 | 11100 | 10110 | 10011011 | 110110 | 110011 |
Color Harmonies of #3FC68E
Complementary color
Monochromatic Colors of #3FC68E
Black with #3FC68E
Text Example
Text Example
White with #3FC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC68E; }
p { color: rgb(63,198,142); }
H1.HeaderClassName
{
color: #3FC68E;
}
.AnyTagClassName
{
color: #3FC68E;
}
</style>
background-color css
<style>
a { background-color: #3FC68E; }
a { background-color: rgb(63,198,142); }
div.DivClassName
{
background-color: #3FC68E;
}
.BgClassName
{
background-color: #3FC68E;
}
</style>
border-color css
<style>
span { border-color: #3FC68E; }
span { border-color: rgb(63,198,142); }
td.TdClassName
{
border-color: #3FC68E;
}
.TagClassName
{
border-color: #3FC68E;
}
</style>