Shades of Shamrock #3BFF8D
Tints of Shamrock #3BFF8D
RGB
CMYK
RGB Variations
Color information
#3BFF8D (or 0x3BFF8D) is known color: Shamrock. HEX triplet: 3B, FF and 8D. RGB value is (59,255,141). Sum of RGB (Red+Green+Blue) = 59+255+141=455 (60% of max value = 765). Red value is 59 (23.44% from 255 or 12.97% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 141 (55.47% from 255 or 30.99% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFF8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFF8D is #C40072. Grayscale: #B7B7B7. Windows color (decimal): -12845171 or 9305915. OLE color: 9305915.
HSL color Cylindrical-coordinate representation of color #3BFF8D: hue angle of 145.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFF8D is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 255 | 141 | - |
| CMYK | 0.77 | 0 | 0.45 | 0 |
| HSL | 145.1º | 1% | 0.62% | - |
| HSV(B) | 145.1º | 0.77% | 1% | - |
| XYZ | 42.37 | 74.37 | 37.32 | - |
| YUV | 183.4 | 104.07 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 255 | 141 | 0.77 | 0 | 0.45 | 0 | 145.1 | 1 | 0.62 |
| Hex | 3B | FF | 8D | 4D | 0 | 2D | 0 | 91 | 64 | 3E |
| Octal | 73 | 377 | 215 | 115 | 0 | 55 | 0 | 221 | 144 | 76 |
| Binary | 111011 | 11111111 | 10001101 | 1001101 | 0 | 101101 | 0 | 10010001 | 1100100 | 111110 |
Color Harmonies of #3BFF8D
Complementary color
Monochromatic Colors of #3BFF8D
Black with #3BFF8D
Text Example
Text Example
White with #3BFF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFF8D; }
p { color: rgb(59,255,141); }
H1.HeaderClassName
{
color: #3BFF8D;
}
.AnyTagClassName
{
color: #3BFF8D;
}
</style>
background-color css
<style>
a { background-color: #3BFF8D; }
a { background-color: rgb(59,255,141); }
div.DivClassName
{
background-color: #3BFF8D;
}
.BgClassName
{
background-color: #3BFF8D;
}
</style>
border-color css
<style>
span { border-color: #3BFF8D; }
span { border-color: rgb(59,255,141); }
td.TdClassName
{
border-color: #3BFF8D;
}
.TagClassName
{
border-color: #3BFF8D;
}
</style>