Shades of Emerald #3FCD5F
Tints of Emerald #3FCD5F
RGB
CMYK
RGB Variations
Color information
#3FCD5F (or 0x3FCD5F) is known color: Emerald. HEX triplet: 3F, CD and 5F. RGB value is (63,205,95). Sum of RGB (Red+Green+Blue) = 63+205+95=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 205 (80.47% from 255 or 56.47% from 363); Blue value is 95 (37.5% from 255 or 26.17% from 363); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD5F is #C032A0. Grayscale: #969696. Windows color (decimal): -12595873 or 6278463. OLE color: 6278463.
HSL color Cylindrical-coordinate representation of color #3FCD5F: hue angle of 133.52º 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 #3FCD5F is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 95 | - |
| CMYK | 0.69 | 0 | 0.54 | 0.20 |
| HSL | 133.52º | 0.59% | 0.53% | - |
| HSV(B) | 133.52º | 0.69% | 0.8% | - |
| XYZ | 25.95 | 45.55 | 18.25 | - |
| YUV | 150 | 96.96 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 95 | 0.69 | 0 | 0.54 | 0.20 | 133.52 | 0.59 | 0.53 |
| Hex | 3F | CD | 5F | 45 | 0 | 36 | 14 | 86 | 3B | 35 |
| Octal | 77 | 315 | 137 | 105 | 0 | 66 | 24 | 206 | 73 | 65 |
| Binary | 111111 | 11001101 | 1011111 | 1000101 | 0 | 110110 | 10100 | 10000110 | 111011 | 110101 |
Color Harmonies of #3FCD5F
Complementary color
Monochromatic Colors of #3FCD5F
Black with #3FCD5F
Text Example
Text Example
White with #3FCD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD5F; }
p { color: rgb(63,205,95); }
H1.HeaderClassName
{
color: #3FCD5F;
}
.AnyTagClassName
{
color: #3FCD5F;
}
</style>
background-color css
<style>
a { background-color: #3FCD5F; }
a { background-color: rgb(63,205,95); }
div.DivClassName
{
background-color: #3FCD5F;
}
.BgClassName
{
background-color: #3FCD5F;
}
</style>
border-color css
<style>
span { border-color: #3FCD5F; }
span { border-color: rgb(63,205,95); }
td.TdClassName
{
border-color: #3FCD5F;
}
.TagClassName
{
border-color: #3FCD5F;
}
</style>