Shades of Shamrock #3CE097
Tints of Shamrock #3CE097
RGB
CMYK
RGB Variations
Color information
#3CE097 (or 0x3CE097) is known color: Shamrock. HEX triplet: 3C, E0 and 97. RGB value is (60,224,151). Sum of RGB (Red+Green+Blue) = 60+224+151=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 224 (87.89% from 255 or 51.49% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE097 is #C31F68. Grayscale: #A6A6A6. Windows color (decimal): -12787561 or 9953340. OLE color: 9953340.
HSL color Cylindrical-coordinate representation of color #3CE097: hue angle of 153.29º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE097 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 151 | - |
| CMYK | 0.73 | 0 | 0.33 | 0.12 |
| HSL | 153.29º | 0.73% | 0.56% | - |
| HSV(B) | 153.29º | 0.73% | 0.88% | - |
| XYZ | 34.11 | 56.51 | 38.39 | - |
| YUV | 166.64 | 119.17 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 151 | 0.73 | 0 | 0.33 | 0.12 | 153.29 | 0.73 | 0.56 |
| Hex | 3C | E0 | 97 | 49 | 0 | 21 | C | 99 | 49 | 38 |
| Octal | 74 | 340 | 227 | 111 | 0 | 41 | 14 | 231 | 111 | 70 |
| Binary | 111100 | 11100000 | 10010111 | 1001001 | 0 | 100001 | 1100 | 10011001 | 1001001 | 111000 |
Color Harmonies of #3CE097
Complementary color
Monochromatic Colors of #3CE097
Black with #3CE097
Text Example
Text Example
White with #3CE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE097; }
p { color: rgb(60,224,151); }
H1.HeaderClassName
{
color: #3CE097;
}
.AnyTagClassName
{
color: #3CE097;
}
</style>
background-color css
<style>
a { background-color: #3CE097; }
a { background-color: rgb(60,224,151); }
div.DivClassName
{
background-color: #3CE097;
}
.BgClassName
{
background-color: #3CE097;
}
</style>
border-color css
<style>
span { border-color: #3CE097; }
span { border-color: rgb(60,224,151); }
td.TdClassName
{
border-color: #3CE097;
}
.TagClassName
{
border-color: #3CE097;
}
</style>