Shades of Shamrock #3CFF9E
Tints of Shamrock #3CFF9E
RGB
CMYK
RGB Variations
Color information
#3CFF9E (or 0x3CFF9E) is known color: Shamrock. HEX triplet: 3C, FF and 9E. RGB value is (60,255,158). Sum of RGB (Red+Green+Blue) = 60+255+158=473 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.68% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 158 (62.11% from 255 or 33.40% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF9E is #C30061. Grayscale: #B9B9B9. Windows color (decimal): -12779618 or 10420028. OLE color: 10420028.
HSL color Cylindrical-coordinate representation of color #3CFF9E: hue angle of 150.15º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF9E is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 158 | - |
| CMYK | 0.76 | 0 | 0.38 | 0 |
| HSL | 150.15º | 1% | 0.62% | - |
| HSV(B) | 150.15º | 0.76% | 1% | - |
| XYZ | 43.8 | 74.95 | 44.51 | - |
| YUV | 185.64 | 112.4 | 38.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 158 | 0.76 | 0 | 0.38 | 0 | 150.15 | 1 | 0.62 |
| Hex | 3C | FF | 9E | 4C | 0 | 26 | 0 | 96 | 64 | 3E |
| Octal | 74 | 377 | 236 | 114 | 0 | 46 | 0 | 226 | 144 | 76 |
| Binary | 111100 | 11111111 | 10011110 | 1001100 | 0 | 100110 | 0 | 10010110 | 1100100 | 111110 |
Color Harmonies of #3CFF9E
Complementary color
Monochromatic Colors of #3CFF9E
Black with #3CFF9E
Text Example
Text Example
White with #3CFF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF9E; }
p { color: rgb(60,255,158); }
H1.HeaderClassName
{
color: #3CFF9E;
}
.AnyTagClassName
{
color: #3CFF9E;
}
</style>
background-color css
<style>
a { background-color: #3CFF9E; }
a { background-color: rgb(60,255,158); }
div.DivClassName
{
background-color: #3CFF9E;
}
.BgClassName
{
background-color: #3CFF9E;
}
</style>
border-color css
<style>
span { border-color: #3CFF9E; }
span { border-color: rgb(60,255,158); }
td.TdClassName
{
border-color: #3CFF9E;
}
.TagClassName
{
border-color: #3CFF9E;
}
</style>