Shades of Shamrock #3BFE99
Tints of Shamrock #3BFE99
RGB
CMYK
RGB Variations
Color information
#3BFE99 (or 0x3BFE99) is known color: Shamrock. HEX triplet: 3B, FE and 99. RGB value is (59,254,153). Sum of RGB (Red+Green+Blue) = 59+254+153=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 254 (99.61% from 255 or 54.51% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFE99 is #C40166. Grayscale: #B8B8B8. Windows color (decimal): -12845415 or 10092091. OLE color: 10092091.
HSL color Cylindrical-coordinate representation of color #3BFE99: hue angle of 148.92º 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 #3BFE99 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 153 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.00 |
| HSL | 148.92º | 0.99% | 0.61% | - |
| HSV(B) | 148.92º | 0.77% | 1% | - |
| XYZ | 43 | 74.11 | 42.18 | - |
| YUV | 184.18 | 110.4 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 153 | 0.77 | 0 | 0.40 | 0.00 | 148.92 | 0.99 | 0.61 |
| Hex | 3B | FE | 99 | 4D | 0 | 28 | 0 | 95 | 63 | 3D |
| Octal | 73 | 376 | 231 | 115 | 0 | 50 | 0 | 225 | 143 | 75 |
| Binary | 111011 | 11111110 | 10011001 | 1001101 | 0 | 101000 | 0 | 10010101 | 1100011 | 111101 |
Color Harmonies of #3BFE99
Complementary color
Monochromatic Colors of #3BFE99
Black with #3BFE99
Text Example
Text Example
White with #3BFE99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE99; }
p { color: rgb(59,254,153); }
H1.HeaderClassName
{
color: #3BFE99;
}
.AnyTagClassName
{
color: #3BFE99;
}
</style>
background-color css
<style>
a { background-color: #3BFE99; }
a { background-color: rgb(59,254,153); }
div.DivClassName
{
background-color: #3BFE99;
}
.BgClassName
{
background-color: #3BFE99;
}
</style>
border-color css
<style>
span { border-color: #3BFE99; }
span { border-color: rgb(59,254,153); }
td.TdClassName
{
border-color: #3BFE99;
}
.TagClassName
{
border-color: #3BFE99;
}
</style>