Shades of Shamrock #3FD387
Tints of Shamrock #3FD387
RGB
CMYK
RGB Variations
Color information
#3FD387 (or 0x3FD387) is known color: Shamrock. HEX triplet: 3F, D3 and 87. RGB value is (63,211,135). Sum of RGB (Red+Green+Blue) = 63+211+135=409 (54% of max value = 765). Red value is 63 (25% from 255 or 15.40% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #3FD387 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD387 is #C02C78. Grayscale: #9E9E9E. Windows color (decimal): -12594297 or 8901439. OLE color: 8901439.
HSL color Cylindrical-coordinate representation of color #3FD387: hue angle of 149.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD387 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 63 | 211 | 135 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.17 |
| HSL | 149.19º | 0.63% | 0.54% | - |
| HSV(B) | 149.19º | 0.7% | 0.83% | - |
| XYZ | 29.72 | 49.39 | 30.89 | - |
| YUV | 158.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 211 | 135 | 0.70 | 0 | 0.36 | 0.17 | 149.19 | 0.63 | 0.54 |
| Hex | 3F | D3 | 87 | 46 | 0 | 24 | 11 | 95 | 3F | 36 |
| Octal | 77 | 323 | 207 | 106 | 0 | 44 | 21 | 225 | 77 | 66 |
| Binary | 111111 | 11010011 | 10000111 | 1000110 | 0 | 100100 | 10001 | 10010101 | 111111 | 110110 |
Color Harmonies of #3FD387
Complementary color
Monochromatic Colors of #3FD387
Black with #3FD387
Text Example
Text Example
White with #3FD387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD387; }
p { color: rgb(63,211,135); }
H1.HeaderClassName
{
color: #3FD387;
}
.AnyTagClassName
{
color: #3FD387;
}
</style>
background-color css
<style>
a { background-color: #3FD387; }
a { background-color: rgb(63,211,135); }
div.DivClassName
{
background-color: #3FD387;
}
.BgClassName
{
background-color: #3FD387;
}
</style>
border-color css
<style>
span { border-color: #3FD387; }
span { border-color: rgb(63,211,135); }
td.TdClassName
{
border-color: #3FD387;
}
.TagClassName
{
border-color: #3FD387;
}
</style>