Shades of Shamrock #3BFD99
Tints of Shamrock #3BFD99
RGB
CMYK
RGB Variations
Color information
#3BFD99 (or 0x3BFD99) is known color: Shamrock. HEX triplet: 3B, FD and 99. RGB value is (59,253,153). Sum of RGB (Red+Green+Blue) = 59+253+153=465 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.69% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 153 (60.16% from 255 or 32.90% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFD99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFD99 is #C40266. Grayscale: #B7B7B7. Windows color (decimal): -12845671 or 10091835. OLE color: 10091835.
HSL color Cylindrical-coordinate representation of color #3BFD99: hue angle of 149.07º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFD99 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 253 | 153 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.01 |
| HSL | 149.07º | 0.98% | 0.61% | - |
| HSV(B) | 149.07º | 0.77% | 0.99% | - |
| XYZ | 42.68 | 73.48 | 42.07 | - |
| YUV | 183.59 | 110.73 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 253 | 153 | 0.77 | 0 | 0.40 | 0.01 | 149.07 | 0.98 | 0.61 |
| Hex | 3B | FD | 99 | 4D | 0 | 28 | 1 | 95 | 62 | 3D |
| Octal | 73 | 375 | 231 | 115 | 0 | 50 | 1 | 225 | 142 | 75 |
| Binary | 111011 | 11111101 | 10011001 | 1001101 | 0 | 101000 | 1 | 10010101 | 1100010 | 111101 |
Color Harmonies of #3BFD99
Complementary color
Monochromatic Colors of #3BFD99
Black with #3BFD99
Text Example
Text Example
White with #3BFD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFD99; }
p { color: rgb(59,253,153); }
H1.HeaderClassName
{
color: #3BFD99;
}
.AnyTagClassName
{
color: #3BFD99;
}
</style>
background-color css
<style>
a { background-color: #3BFD99; }
a { background-color: rgb(59,253,153); }
div.DivClassName
{
background-color: #3BFD99;
}
.BgClassName
{
background-color: #3BFD99;
}
</style>
border-color css
<style>
span { border-color: #3BFD99; }
span { border-color: rgb(59,253,153); }
td.TdClassName
{
border-color: #3BFD99;
}
.TagClassName
{
border-color: #3BFD99;
}
</style>