Shades of Emerald #3FCD60
Tints of Emerald #3FCD60
RGB
CMYK
RGB Variations
Color information
#3FCD60 (or 0x3FCD60) is known color: Emerald. HEX triplet: 3F, CD and 60. RGB value is (63,205,96). Sum of RGB (Red+Green+Blue) = 63+205+96=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD60 is #C0329F. Grayscale: #969696. Windows color (decimal): -12595872 or 6343999. OLE color: 6343999.
HSL color Cylindrical-coordinate representation of color #3FCD60: hue angle of 133.94º 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 #3FCD60 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 96 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.20 |
| HSL | 133.94º | 0.59% | 0.53% | - |
| HSV(B) | 133.94º | 0.69% | 0.8% | - |
| XYZ | 25.99 | 45.56 | 18.49 | - |
| YUV | 150.12 | 97.46 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 96 | 0.69 | 0 | 0.53 | 0.20 | 133.94 | 0.59 | 0.53 |
| Hex | 3F | CD | 60 | 45 | 0 | 35 | 14 | 86 | 3B | 35 |
| Octal | 77 | 315 | 140 | 105 | 0 | 65 | 24 | 206 | 73 | 65 |
| Binary | 111111 | 11001101 | 1100000 | 1000101 | 0 | 110101 | 10100 | 10000110 | 111011 | 110101 |
Color Harmonies of #3FCD60
Complementary color
Monochromatic Colors of #3FCD60
Black with #3FCD60
Text Example
Text Example
White with #3FCD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD60; }
p { color: rgb(63,205,96); }
H1.HeaderClassName
{
color: #3FCD60;
}
.AnyTagClassName
{
color: #3FCD60;
}
</style>
background-color css
<style>
a { background-color: #3FCD60; }
a { background-color: rgb(63,205,96); }
div.DivClassName
{
background-color: #3FCD60;
}
.BgClassName
{
background-color: #3FCD60;
}
</style>
border-color css
<style>
span { border-color: #3FCD60; }
span { border-color: rgb(63,205,96); }
td.TdClassName
{
border-color: #3FCD60;
}
.TagClassName
{
border-color: #3FCD60;
}
</style>