Shades of Shamrock #3CE396
Tints of Shamrock #3CE396
RGB
CMYK
RGB Variations
Color information
#3CE396 (or 0x3CE396) is known color: Shamrock. HEX triplet: 3C, E3 and 96. RGB value is (60,227,150). Sum of RGB (Red+Green+Blue) = 60+227+150=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 227 (89.06% from 255 or 51.95% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE396 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE396 is #C31C69. Grayscale: #A8A8A8. Windows color (decimal): -12786794 or 9888572. OLE color: 9888572.
HSL color Cylindrical-coordinate representation of color #3CE396: hue angle of 152.34º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE396 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 150 | - |
| CMYK | 0.74 | 0 | 0.34 | 0.11 |
| HSL | 152.34º | 0.75% | 0.56% | - |
| HSV(B) | 152.34º | 0.74% | 0.89% | - |
| XYZ | 34.84 | 58.1 | 38.23 | - |
| YUV | 168.29 | 117.67 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 150 | 0.74 | 0 | 0.34 | 0.11 | 152.34 | 0.75 | 0.56 |
| Hex | 3C | E3 | 96 | 4A | 0 | 22 | B | 98 | 4B | 38 |
| Octal | 74 | 343 | 226 | 112 | 0 | 42 | 13 | 230 | 113 | 70 |
| Binary | 111100 | 11100011 | 10010110 | 1001010 | 0 | 100010 | 1011 | 10011000 | 1001011 | 111000 |
Color Harmonies of #3CE396
Complementary color
Monochromatic Colors of #3CE396
Black with #3CE396
Text Example
Text Example
White with #3CE396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE396; }
p { color: rgb(60,227,150); }
H1.HeaderClassName
{
color: #3CE396;
}
.AnyTagClassName
{
color: #3CE396;
}
</style>
background-color css
<style>
a { background-color: #3CE396; }
a { background-color: rgb(60,227,150); }
div.DivClassName
{
background-color: #3CE396;
}
.BgClassName
{
background-color: #3CE396;
}
</style>
border-color css
<style>
span { border-color: #3CE396; }
span { border-color: rgb(60,227,150); }
td.TdClassName
{
border-color: #3CE396;
}
.TagClassName
{
border-color: #3CE396;
}
</style>