Shades of Shamrock #3EFF9B
Tints of Shamrock #3EFF9B
RGB
CMYK
RGB Variations
Color information
#3EFF9B (or 0x3EFF9B) is known color: Shamrock. HEX triplet: 3E, FF and 9B. RGB value is (62,255,155). Sum of RGB (Red+Green+Blue) = 62+255+155=472 (62% of max value = 765). Red value is 62 (24.61% from 255 or 13.14% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3EFF9B is #C10064. Grayscale: #BABABA. Windows color (decimal): -12648549 or 10223422. OLE color: 10223422.
HSL color Cylindrical-coordinate representation of color #3EFF9B: hue angle of 148.91º 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 #3EFF9B is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 62 | 255 | 155 | - |
| CMYK | 0.76 | 0 | 0.39 | 0 |
| HSL | 148.91º | 1% | 0.62% | - |
| HSV(B) | 148.91º | 0.76% | 1% | - |
| XYZ | 43.66 | 74.91 | 43.17 | - |
| YUV | 185.89 | 110.56 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 255 | 155 | 0.76 | 0 | 0.39 | 0 | 148.91 | 1 | 0.62 |
| Hex | 3E | FF | 9B | 4C | 0 | 27 | 0 | 95 | 64 | 3E |
| Octal | 76 | 377 | 233 | 114 | 0 | 47 | 0 | 225 | 144 | 76 |
| Binary | 111110 | 11111111 | 10011011 | 1001100 | 0 | 100111 | 0 | 10010101 | 1100100 | 111110 |
Color Harmonies of #3EFF9B
Complementary color
Monochromatic Colors of #3EFF9B
Black with #3EFF9B
Text Example
Text Example
White with #3EFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EFF9B; }
p { color: rgb(62,255,155); }
H1.HeaderClassName
{
color: #3EFF9B;
}
.AnyTagClassName
{
color: #3EFF9B;
}
</style>
background-color css
<style>
a { background-color: #3EFF9B; }
a { background-color: rgb(62,255,155); }
div.DivClassName
{
background-color: #3EFF9B;
}
.BgClassName
{
background-color: #3EFF9B;
}
</style>
border-color css
<style>
span { border-color: #3EFF9B; }
span { border-color: rgb(62,255,155); }
td.TdClassName
{
border-color: #3EFF9B;
}
.TagClassName
{
border-color: #3EFF9B;
}
</style>