Shades of Shamrock #3BFE96
Tints of Shamrock #3BFE96
RGB
CMYK
RGB Variations
Color information
#3BFE96 (or 0x3BFE96) is known color: Shamrock. HEX triplet: 3B, FE and 96. RGB value is (59,254,150). Sum of RGB (Red+Green+Blue) = 59+254+150=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 150 (58.98% from 255 or 32.40% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFE96 is #C40169. Grayscale: #B8B8B8. Windows color (decimal): -12845418 or 9895483. OLE color: 9895483.
HSL color Cylindrical-coordinate representation of color #3BFE96: hue angle of 148º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFE96 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 150 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.00 |
| HSL | 148º | 0.99% | 0.61% | - |
| HSV(B) | 148º | 0.77% | 1% | - |
| XYZ | 42.75 | 74.02 | 40.89 | - |
| YUV | 183.84 | 108.9 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 150 | 0.77 | 0 | 0.41 | 0.00 | 148 | 0.99 | 0.61 |
| Hex | 3B | FE | 96 | 4D | 0 | 29 | 0 | 94 | 63 | 3D |
| Octal | 73 | 376 | 226 | 115 | 0 | 51 | 0 | 224 | 143 | 75 |
| Binary | 111011 | 11111110 | 10010110 | 1001101 | 0 | 101001 | 0 | 10010100 | 1100011 | 111101 |
Color Harmonies of #3BFE96
Complementary color
Monochromatic Colors of #3BFE96
Black with #3BFE96
Text Example
Text Example
White with #3BFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE96; }
p { color: rgb(59,254,150); }
H1.HeaderClassName
{
color: #3BFE96;
}
.AnyTagClassName
{
color: #3BFE96;
}
</style>
background-color css
<style>
a { background-color: #3BFE96; }
a { background-color: rgb(59,254,150); }
div.DivClassName
{
background-color: #3BFE96;
}
.BgClassName
{
background-color: #3BFE96;
}
</style>
border-color css
<style>
span { border-color: #3BFE96; }
span { border-color: rgb(59,254,150); }
td.TdClassName
{
border-color: #3BFE96;
}
.TagClassName
{
border-color: #3BFE96;
}
</style>