Shades of Emerald #3FD55B
Tints of Emerald #3FD55B
RGB
CMYK
RGB Variations
Color information
#3FD55B (or 0x3FD55B) is known color: Emerald. HEX triplet: 3F, D5 and 5B. RGB value is (63,213,91). Sum of RGB (Red+Green+Blue) = 63+213+91=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #3FD55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD55B is #C02AA4. Grayscale: #9A9A9A. Windows color (decimal): -12593829 or 6018367. OLE color: 6018367.
HSL color Cylindrical-coordinate representation of color #3FD55B: hue angle of 131.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD55B is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 213 | 91 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.16 |
| HSL | 131.2º | 0.64% | 0.54% | - |
| HSV(B) | 131.2º | 0.7% | 0.84% | - |
| XYZ | 27.73 | 49.4 | 17.97 | - |
| YUV | 154.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 213 | 91 | 0.70 | 0 | 0.57 | 0.16 | 131.2 | 0.64 | 0.54 |
| Hex | 3F | D5 | 5B | 46 | 0 | 39 | 10 | 83 | 40 | 36 |
| Octal | 77 | 325 | 133 | 106 | 0 | 71 | 20 | 203 | 100 | 66 |
| Binary | 111111 | 11010101 | 1011011 | 1000110 | 0 | 111001 | 10000 | 10000011 | 1000000 | 110110 |
Color Harmonies of #3FD55B
Complementary color
Monochromatic Colors of #3FD55B
Black with #3FD55B
Text Example
Text Example
White with #3FD55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD55B; }
p { color: rgb(63,213,91); }
H1.HeaderClassName
{
color: #3FD55B;
}
.AnyTagClassName
{
color: #3FD55B;
}
</style>
background-color css
<style>
a { background-color: #3FD55B; }
a { background-color: rgb(63,213,91); }
div.DivClassName
{
background-color: #3FD55B;
}
.BgClassName
{
background-color: #3FD55B;
}
</style>
border-color css
<style>
span { border-color: #3FD55B; }
span { border-color: rgb(63,213,91); }
td.TdClassName
{
border-color: #3FD55B;
}
.TagClassName
{
border-color: #3FD55B;
}
</style>