Shades of Shamrock #3FEF96
Tints of Shamrock #3FEF96
RGB
CMYK
RGB Variations
Color information
#3FEF96 (or 0x3FEF96) is known color: Shamrock. HEX triplet: 3F, EF and 96. RGB value is (63,239,150). Sum of RGB (Red+Green+Blue) = 63+239+150=452 (59% of max value = 765). Red value is 63 (25% from 255 or 13.94% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #3FEF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEF96 is #C01069. Grayscale: #B0B0B0. Windows color (decimal): -12587114 or 9891647. OLE color: 9891647.
HSL color Cylindrical-coordinate representation of color #3FEF96: hue angle of 149.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEF96 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 239 | 150 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.06 |
| HSL | 149.66º | 0.85% | 0.59% | - |
| HSV(B) | 149.66º | 0.74% | 0.94% | - |
| XYZ | 38.42 | 64.99 | 39.37 | - |
| YUV | 176.23 | 113.19 | 47.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 239 | 150 | 0.74 | 0 | 0.37 | 0.06 | 149.66 | 0.85 | 0.59 |
| Hex | 3F | EF | 96 | 4A | 0 | 25 | 6 | 96 | 55 | 3B |
| Octal | 77 | 357 | 226 | 112 | 0 | 45 | 6 | 226 | 125 | 73 |
| Binary | 111111 | 11101111 | 10010110 | 1001010 | 0 | 100101 | 110 | 10010110 | 1010101 | 111011 |
Color Harmonies of #3FEF96
Complementary color
Monochromatic Colors of #3FEF96
Black with #3FEF96
Text Example
Text Example
White with #3FEF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEF96; }
p { color: rgb(63,239,150); }
H1.HeaderClassName
{
color: #3FEF96;
}
.AnyTagClassName
{
color: #3FEF96;
}
</style>
background-color css
<style>
a { background-color: #3FEF96; }
a { background-color: rgb(63,239,150); }
div.DivClassName
{
background-color: #3FEF96;
}
.BgClassName
{
background-color: #3FEF96;
}
</style>
border-color css
<style>
span { border-color: #3FEF96; }
span { border-color: rgb(63,239,150); }
td.TdClassName
{
border-color: #3FEF96;
}
.TagClassName
{
border-color: #3FEF96;
}
</style>