Shades of Shamrock #3BF886
Tints of Shamrock #3BF886
RGB
CMYK
RGB Variations
Color information
#3BF886 (or 0x3BF886) is known color: Shamrock. HEX triplet: 3B, F8 and 86. RGB value is (59,248,134). Sum of RGB (Red+Green+Blue) = 59+248+134=441 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.38% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 134 (52.73% from 255 or 30.39% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #3BF886 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF886 is #C40779. Grayscale: #B2B2B2. Windows color (decimal): -12846970 or 8845371. OLE color: 8845371.
HSL color Cylindrical-coordinate representation of color #3BF886: hue angle of 143.81º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF886 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 59 | 248 | 134 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.03 |
| HSL | 143.81º | 0.93% | 0.6% | - |
| HSV(B) | 143.81º | 0.76% | 0.97% | - |
| XYZ | 39.67 | 69.79 | 33.93 | - |
| YUV | 178.49 | 102.88 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 248 | 134 | 0.76 | 0 | 0.46 | 0.03 | 143.81 | 0.93 | 0.6 |
| Hex | 3B | F8 | 86 | 4C | 0 | 2E | 3 | 90 | 5D | 3C |
| Octal | 73 | 370 | 206 | 114 | 0 | 56 | 3 | 220 | 135 | 74 |
| Binary | 111011 | 11111000 | 10000110 | 1001100 | 0 | 101110 | 11 | 10010000 | 1011101 | 111100 |
Color Harmonies of #3BF886
Complementary color
Monochromatic Colors of #3BF886
Black with #3BF886
Text Example
Text Example
White with #3BF886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF886; }
p { color: rgb(59,248,134); }
H1.HeaderClassName
{
color: #3BF886;
}
.AnyTagClassName
{
color: #3BF886;
}
</style>
background-color css
<style>
a { background-color: #3BF886; }
a { background-color: rgb(59,248,134); }
div.DivClassName
{
background-color: #3BF886;
}
.BgClassName
{
background-color: #3BF886;
}
</style>
border-color css
<style>
span { border-color: #3BF886; }
span { border-color: rgb(59,248,134); }
td.TdClassName
{
border-color: #3BF886;
}
.TagClassName
{
border-color: #3BF886;
}
</style>