Shades of Shamrock #3CF09D
Tints of Shamrock #3CF09D
RGB
CMYK
RGB Variations
Color information
#3CF09D (or 0x3CF09D) is known color: Shamrock. HEX triplet: 3C, F0 and 9D. RGB value is (60,240,157). Sum of RGB (Red+Green+Blue) = 60+240+157=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF09D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF09D is #C30F62. Grayscale: #B0B0B0. Windows color (decimal): -12783459 or 10350652. OLE color: 10350652.
HSL color Cylindrical-coordinate representation of color #3CF09D: hue angle of 152.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF09D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 157 | - |
| CMYK | 0.75 | 0 | 0.35 | 0.06 |
| HSL | 152.33º | 0.86% | 0.59% | - |
| HSV(B) | 152.33º | 0.75% | 0.94% | - |
| XYZ | 39.11 | 65.72 | 42.52 | - |
| YUV | 176.72 | 116.87 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 157 | 0.75 | 0 | 0.35 | 0.06 | 152.33 | 0.86 | 0.59 |
| Hex | 3C | F0 | 9D | 4B | 0 | 23 | 6 | 98 | 56 | 3B |
| Octal | 74 | 360 | 235 | 113 | 0 | 43 | 6 | 230 | 126 | 73 |
| Binary | 111100 | 11110000 | 10011101 | 1001011 | 0 | 100011 | 110 | 10011000 | 1010110 | 111011 |
Color Harmonies of #3CF09D
Complementary color
Monochromatic Colors of #3CF09D
Black with #3CF09D
Text Example
Text Example
White with #3CF09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF09D; }
p { color: rgb(60,240,157); }
H1.HeaderClassName
{
color: #3CF09D;
}
.AnyTagClassName
{
color: #3CF09D;
}
</style>
background-color css
<style>
a { background-color: #3CF09D; }
a { background-color: rgb(60,240,157); }
div.DivClassName
{
background-color: #3CF09D;
}
.BgClassName
{
background-color: #3CF09D;
}
</style>
border-color css
<style>
span { border-color: #3CF09D; }
span { border-color: rgb(60,240,157); }
td.TdClassName
{
border-color: #3CF09D;
}
.TagClassName
{
border-color: #3CF09D;
}
</style>