Shades of Shamrock #3ECF96
Tints of Shamrock #3ECF96
RGB
CMYK
RGB Variations
Color information
#3ECF96 (or 0x3ECF96) is known color: Shamrock. HEX triplet: 3E, CF and 96. RGB value is (62,207,150). Sum of RGB (Red+Green+Blue) = 62+207+150=419 (55% of max value = 765). Red value is 62 (24.61% from 255 or 14.80% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ECF96 is #C13069. Grayscale: #9D9D9D. Windows color (decimal): -12660842 or 9883454. OLE color: 9883454.
HSL color Cylindrical-coordinate representation of color #3ECF96: hue angle of 156.41º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECF96 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 62 | 207 | 150 | - |
| CMYK | 0.70 | 0 | 0.28 | 0.19 |
| HSL | 156.41º | 0.6% | 0.53% | - |
| HSV(B) | 156.41º | 0.7% | 0.81% | - |
| XYZ | 29.8 | 47.85 | 36.52 | - |
| YUV | 157.15 | 123.96 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 207 | 150 | 0.70 | 0 | 0.28 | 0.19 | 156.41 | 0.6 | 0.53 |
| Hex | 3E | CF | 96 | 46 | 0 | 1C | 13 | 9C | 3C | 35 |
| Octal | 76 | 317 | 226 | 106 | 0 | 34 | 23 | 234 | 74 | 65 |
| Binary | 111110 | 11001111 | 10010110 | 1000110 | 0 | 11100 | 10011 | 10011100 | 111100 | 110101 |
Color Harmonies of #3ECF96
Complementary color
Monochromatic Colors of #3ECF96
Black with #3ECF96
Text Example
Text Example
White with #3ECF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ECF96; }
p { color: rgb(62,207,150); }
H1.HeaderClassName
{
color: #3ECF96;
}
.AnyTagClassName
{
color: #3ECF96;
}
</style>
background-color css
<style>
a { background-color: #3ECF96; }
a { background-color: rgb(62,207,150); }
div.DivClassName
{
background-color: #3ECF96;
}
.BgClassName
{
background-color: #3ECF96;
}
</style>
border-color css
<style>
span { border-color: #3ECF96; }
span { border-color: rgb(62,207,150); }
td.TdClassName
{
border-color: #3ECF96;
}
.TagClassName
{
border-color: #3ECF96;
}
</style>