Shades of Shamrock #3CFD9E
Tints of Shamrock #3CFD9E
RGB
CMYK
RGB Variations
Color information
#3CFD9E (or 0x3CFD9E) is known color: Shamrock. HEX triplet: 3C, FD and 9E. RGB value is (60,253,158). Sum of RGB (Red+Green+Blue) = 60+253+158=471 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.74% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFD9E is #C30261. Grayscale: #B8B8B8. Windows color (decimal): -12780130 or 10419516. OLE color: 10419516.
HSL color Cylindrical-coordinate representation of color #3CFD9E: hue angle of 150.47º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD9E is Cyan = 0.76, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 158 | - |
| CMYK | 0.76 | 0 | 0.38 | 0.01 |
| HSL | 150.47º | 0.98% | 0.61% | - |
| HSV(B) | 150.47º | 0.76% | 0.99% | - |
| XYZ | 43.16 | 73.68 | 44.29 | - |
| YUV | 184.46 | 113.06 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 158 | 0.76 | 0 | 0.38 | 0.01 | 150.47 | 0.98 | 0.61 |
| Hex | 3C | FD | 9E | 4C | 0 | 26 | 1 | 96 | 62 | 3D |
| Octal | 74 | 375 | 236 | 114 | 0 | 46 | 1 | 226 | 142 | 75 |
| Binary | 111100 | 11111101 | 10011110 | 1001100 | 0 | 100110 | 1 | 10010110 | 1100010 | 111101 |
Color Harmonies of #3CFD9E
Complementary color
Monochromatic Colors of #3CFD9E
Black with #3CFD9E
Text Example
Text Example
White with #3CFD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD9E; }
p { color: rgb(60,253,158); }
H1.HeaderClassName
{
color: #3CFD9E;
}
.AnyTagClassName
{
color: #3CFD9E;
}
</style>
background-color css
<style>
a { background-color: #3CFD9E; }
a { background-color: rgb(60,253,158); }
div.DivClassName
{
background-color: #3CFD9E;
}
.BgClassName
{
background-color: #3CFD9E;
}
</style>
border-color css
<style>
span { border-color: #3CFD9E; }
span { border-color: rgb(60,253,158); }
td.TdClassName
{
border-color: #3CFD9E;
}
.TagClassName
{
border-color: #3CFD9E;
}
</style>