Shades of Shamrock #3CEC90
Tints of Shamrock #3CEC90
RGB
CMYK
RGB Variations
Color information
#3CEC90 (or 0x3CEC90) is known color: Shamrock. HEX triplet: 3C, EC and 90. RGB value is (60,236,144). Sum of RGB (Red+Green+Blue) = 60+236+144=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CEC90 is #C3136F. Grayscale: #ADADAD. Windows color (decimal): -12784496 or 9497660. OLE color: 9497660.
HSL color Cylindrical-coordinate representation of color #3CEC90: hue angle of 148.64º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC90 is Cyan = 0.75, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 144 | - |
| CMYK | 0.75 | 0 | 0.39 | 0.07 |
| HSL | 148.64º | 0.82% | 0.58% | - |
| HSV(B) | 148.64º | 0.75% | 0.93% | - |
| XYZ | 36.89 | 62.97 | 36.59 | - |
| YUV | 172.89 | 111.69 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 144 | 0.75 | 0 | 0.39 | 0.07 | 148.64 | 0.82 | 0.58 |
| Hex | 3C | EC | 90 | 4B | 0 | 27 | 7 | 95 | 52 | 3A |
| Octal | 74 | 354 | 220 | 113 | 0 | 47 | 7 | 225 | 122 | 72 |
| Binary | 111100 | 11101100 | 10010000 | 1001011 | 0 | 100111 | 111 | 10010101 | 1010010 | 111010 |
Color Harmonies of #3CEC90
Complementary color
Monochromatic Colors of #3CEC90
Black with #3CEC90
Text Example
Text Example
White with #3CEC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC90; }
p { color: rgb(60,236,144); }
H1.HeaderClassName
{
color: #3CEC90;
}
.AnyTagClassName
{
color: #3CEC90;
}
</style>
background-color css
<style>
a { background-color: #3CEC90; }
a { background-color: rgb(60,236,144); }
div.DivClassName
{
background-color: #3CEC90;
}
.BgClassName
{
background-color: #3CEC90;
}
</style>
border-color css
<style>
span { border-color: #3CEC90; }
span { border-color: rgb(60,236,144); }
td.TdClassName
{
border-color: #3CEC90;
}
.TagClassName
{
border-color: #3CEC90;
}
</style>