Shades of Shamrock #3CED8F
Tints of Shamrock #3CED8F
RGB
CMYK
RGB Variations
Color information
#3CED8F (or 0x3CED8F) is known color: Shamrock. HEX triplet: 3C, ED and 8F. RGB value is (60,237,143). Sum of RGB (Red+Green+Blue) = 60+237+143=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 237 (92.97% from 255 or 53.86% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 237 - color contains mainly: green. Hex color #3CED8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CED8F is #C31270. Grayscale: #ADADAD. Windows color (decimal): -12784241 or 9432380. OLE color: 9432380.
HSL color Cylindrical-coordinate representation of color #3CED8F: hue angle of 148.14º degrees, saturation: 0.83, 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 #3CED8F is Cyan = 0.75, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 237 | 143 | - |
| CMYK | 0.75 | 0 | 0.40 | 0.07 |
| HSL | 148.14º | 0.83% | 0.58% | - |
| HSV(B) | 148.14º | 0.75% | 0.93% | - |
| XYZ | 37.11 | 63.51 | 36.29 | - |
| YUV | 173.36 | 110.86 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 237 | 143 | 0.75 | 0 | 0.40 | 0.07 | 148.14 | 0.83 | 0.58 |
| Hex | 3C | ED | 8F | 4B | 0 | 28 | 7 | 94 | 53 | 3A |
| Octal | 74 | 355 | 217 | 113 | 0 | 50 | 7 | 224 | 123 | 72 |
| Binary | 111100 | 11101101 | 10001111 | 1001011 | 0 | 101000 | 111 | 10010100 | 1010011 | 111010 |
Color Harmonies of #3CED8F
Complementary color
Monochromatic Colors of #3CED8F
Black with #3CED8F
Text Example
Text Example
White with #3CED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CED8F; }
p { color: rgb(60,237,143); }
H1.HeaderClassName
{
color: #3CED8F;
}
.AnyTagClassName
{
color: #3CED8F;
}
</style>
background-color css
<style>
a { background-color: #3CED8F; }
a { background-color: rgb(60,237,143); }
div.DivClassName
{
background-color: #3CED8F;
}
.BgClassName
{
background-color: #3CED8F;
}
</style>
border-color css
<style>
span { border-color: #3CED8F; }
span { border-color: rgb(60,237,143); }
td.TdClassName
{
border-color: #3CED8F;
}
.TagClassName
{
border-color: #3CED8F;
}
</style>