Shades of Shamrock #3CE495
Tints of Shamrock #3CE495
RGB
CMYK
RGB Variations
Color information
#3CE495 (or 0x3CE495) is known color: Shamrock. HEX triplet: 3C, E4 and 95. RGB value is (60,228,149). Sum of RGB (Red+Green+Blue) = 60+228+149=437 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.73% from 437); Green value is 228 (89.45% from 255 or 52.17% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE495 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE495 is #C31B6A. Grayscale: #A8A8A8. Windows color (decimal): -12786539 or 9823292. OLE color: 9823292.
HSL color Cylindrical-coordinate representation of color #3CE495: hue angle of 151.79º degrees, saturation: 0.76, 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 #3CE495 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 149 | - |
| CMYK | 0.74 | 0 | 0.35 | 0.11 |
| HSL | 151.79º | 0.76% | 0.56% | - |
| HSV(B) | 151.79º | 0.74% | 0.89% | - |
| XYZ | 35.03 | 58.62 | 37.9 | - |
| YUV | 168.76 | 116.84 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 149 | 0.74 | 0 | 0.35 | 0.11 | 151.79 | 0.76 | 0.56 |
| Hex | 3C | E4 | 95 | 4A | 0 | 23 | B | 98 | 4C | 38 |
| Octal | 74 | 344 | 225 | 112 | 0 | 43 | 13 | 230 | 114 | 70 |
| Binary | 111100 | 11100100 | 10010101 | 1001010 | 0 | 100011 | 1011 | 10011000 | 1001100 | 111000 |
Color Harmonies of #3CE495
Complementary color
Monochromatic Colors of #3CE495
Black with #3CE495
Text Example
Text Example
White with #3CE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE495; }
p { color: rgb(60,228,149); }
H1.HeaderClassName
{
color: #3CE495;
}
.AnyTagClassName
{
color: #3CE495;
}
</style>
background-color css
<style>
a { background-color: #3CE495; }
a { background-color: rgb(60,228,149); }
div.DivClassName
{
background-color: #3CE495;
}
.BgClassName
{
background-color: #3CE495;
}
</style>
border-color css
<style>
span { border-color: #3CE495; }
span { border-color: rgb(60,228,149); }
td.TdClassName
{
border-color: #3CE495;
}
.TagClassName
{
border-color: #3CE495;
}
</style>