Shades of Shamrock #3CFF8E
Tints of Shamrock #3CFF8E
RGB
CMYK
RGB Variations
Color information
#3CFF8E (or 0x3CFF8E) is known color: Shamrock. HEX triplet: 3C, FF and 8E. RGB value is (60,255,142). Sum of RGB (Red+Green+Blue) = 60+255+142=457 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.13% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF8E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF8E is #C30071. Grayscale: #B8B8B8. Windows color (decimal): -12779634 or 9371452. OLE color: 9371452.
HSL color Cylindrical-coordinate representation of color #3CFF8E: hue angle of 145.23º 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 #3CFF8E is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 142 | - |
| CMYK | 0.76 | 0 | 0.44 | 0 |
| HSL | 145.23º | 1% | 0.62% | - |
| HSV(B) | 145.23º | 0.76% | 1% | - |
| XYZ | 42.51 | 74.43 | 37.72 | - |
| YUV | 183.81 | 104.4 | 39.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 142 | 0.76 | 0 | 0.44 | 0 | 145.23 | 1 | 0.62 |
| Hex | 3C | FF | 8E | 4C | 0 | 2C | 0 | 91 | 64 | 3E |
| Octal | 74 | 377 | 216 | 114 | 0 | 54 | 0 | 221 | 144 | 76 |
| Binary | 111100 | 11111111 | 10001110 | 1001100 | 0 | 101100 | 0 | 10010001 | 1100100 | 111110 |
Color Harmonies of #3CFF8E
Complementary color
Monochromatic Colors of #3CFF8E
Black with #3CFF8E
Text Example
Text Example
White with #3CFF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF8E; }
p { color: rgb(60,255,142); }
H1.HeaderClassName
{
color: #3CFF8E;
}
.AnyTagClassName
{
color: #3CFF8E;
}
</style>
background-color css
<style>
a { background-color: #3CFF8E; }
a { background-color: rgb(60,255,142); }
div.DivClassName
{
background-color: #3CFF8E;
}
.BgClassName
{
background-color: #3CFF8E;
}
</style>
border-color css
<style>
span { border-color: #3CFF8E; }
span { border-color: rgb(60,255,142); }
td.TdClassName
{
border-color: #3CFF8E;
}
.TagClassName
{
border-color: #3CFF8E;
}
</style>