Shades of Emerald #3FCD5B
Tints of Emerald #3FCD5B
RGB
CMYK
RGB Variations
Color information
#3FCD5B (or 0x3FCD5B) is known color: Emerald. HEX triplet: 3F, CD and 5B. RGB value is (63,205,91). Sum of RGB (Red+Green+Blue) = 63+205+91=359 (47% of max value = 765). Red value is 63 (25% from 255 or 17.55% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD5B is #C032A4. Grayscale: #959595. Windows color (decimal): -12595877 or 6016319. OLE color: 6016319.
HSL color Cylindrical-coordinate representation of color #3FCD5B: hue angle of 131.83º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD5B is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 91 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.20 |
| HSL | 131.83º | 0.59% | 0.53% | - |
| HSV(B) | 131.83º | 0.69% | 0.8% | - |
| XYZ | 25.77 | 45.47 | 17.32 | - |
| YUV | 149.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 91 | 0.69 | 0 | 0.56 | 0.20 | 131.83 | 0.59 | 0.53 |
| Hex | 3F | CD | 5B | 45 | 0 | 38 | 14 | 84 | 3B | 35 |
| Octal | 77 | 315 | 133 | 105 | 0 | 70 | 24 | 204 | 73 | 65 |
| Binary | 111111 | 11001101 | 1011011 | 1000101 | 0 | 111000 | 10100 | 10000100 | 111011 | 110101 |
Color Harmonies of #3FCD5B
Complementary color
Monochromatic Colors of #3FCD5B
Black with #3FCD5B
Text Example
Text Example
White with #3FCD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD5B; }
p { color: rgb(63,205,91); }
H1.HeaderClassName
{
color: #3FCD5B;
}
.AnyTagClassName
{
color: #3FCD5B;
}
</style>
background-color css
<style>
a { background-color: #3FCD5B; }
a { background-color: rgb(63,205,91); }
div.DivClassName
{
background-color: #3FCD5B;
}
.BgClassName
{
background-color: #3FCD5B;
}
</style>
border-color css
<style>
span { border-color: #3FCD5B; }
span { border-color: rgb(63,205,91); }
td.TdClassName
{
border-color: #3FCD5B;
}
.TagClassName
{
border-color: #3FCD5B;
}
</style>