Shades of Shamrock #3EFF94
Tints of Shamrock #3EFF94
RGB
CMYK
RGB Variations
Color information
#3EFF94 (or 0x3EFF94) is known color: Shamrock. HEX triplet: 3E, FF and 94. RGB value is (62,255,148). Sum of RGB (Red+Green+Blue) = 62+255+148=465 (61% of max value = 765). Red value is 62 (24.61% from 255 or 13.33% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFF94 is #C1006B. Grayscale: #B9B9B9. Windows color (decimal): -12648556 or 9764670. OLE color: 9764670.
HSL color Cylindrical-coordinate representation of color #3EFF94: hue angle of 146.74º 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 #3EFF94 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 148 | - |
| CMYK | 0.76 | 0 | 0.42 | 0 |
| HSL | 146.74º | 1% | 0.62% | - |
| HSV(B) | 146.74º | 0.76% | 1% | - |
| XYZ | 43.09 | 74.68 | 40.16 | - |
| YUV | 185.1 | 107.06 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 148 | 0.76 | 0 | 0.42 | 0 | 146.74 | 1 | 0.62 |
| Hex | 3E | FF | 94 | 4C | 0 | 2A | 0 | 93 | 64 | 3E |
| Octal | 76 | 377 | 224 | 114 | 0 | 52 | 0 | 223 | 144 | 76 |
| Binary | 111110 | 11111111 | 10010100 | 1001100 | 0 | 101010 | 0 | 10010011 | 1100100 | 111110 |
Color Harmonies of #3EFF94
Complementary color
Monochromatic Colors of #3EFF94
Black with #3EFF94
Text Example
Text Example
White with #3EFF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF94; }
p { color: rgb(62,255,148); }
H1.HeaderClassName
{
color: #3EFF94;
}
.AnyTagClassName
{
color: #3EFF94;
}
</style>
background-color css
<style>
a { background-color: #3EFF94; }
a { background-color: rgb(62,255,148); }
div.DivClassName
{
background-color: #3EFF94;
}
.BgClassName
{
background-color: #3EFF94;
}
</style>
border-color css
<style>
span { border-color: #3EFF94; }
span { border-color: rgb(62,255,148); }
td.TdClassName
{
border-color: #3EFF94;
}
.TagClassName
{
border-color: #3EFF94;
}
</style>