Shades of Emerald #3FCD75
Tints of Emerald #3FCD75
RGB
CMYK
RGB Variations
Color information
#3FCD75 (or 0x3FCD75) is known color: Emerald. HEX triplet: 3F, CD and 75. RGB value is (63,205,117). Sum of RGB (Red+Green+Blue) = 63+205+117=385 (50% of max value = 765). Red value is 63 (25% from 255 or 16.36% from 385); Green value is 205 (80.47% from 255 or 53.25% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD75 is #C0328A. Grayscale: #989898. Windows color (decimal): -12595851 or 7720255. OLE color: 7720255.
HSL color Cylindrical-coordinate representation of color #3FCD75: hue angle of 142.82º 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 #3FCD75 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 117 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.20 |
| HSL | 142.82º | 0.59% | 0.53% | - |
| HSV(B) | 142.82º | 0.69% | 0.8% | - |
| XYZ | 27.09 | 46 | 24.28 | - |
| YUV | 152.51 | 107.96 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 117 | 0.69 | 0 | 0.43 | 0.20 | 142.82 | 0.59 | 0.53 |
| Hex | 3F | CD | 75 | 45 | 0 | 2B | 14 | 8F | 3B | 35 |
| Octal | 77 | 315 | 165 | 105 | 0 | 53 | 24 | 217 | 73 | 65 |
| Binary | 111111 | 11001101 | 1110101 | 1000101 | 0 | 101011 | 10100 | 10001111 | 111011 | 110101 |
Color Harmonies of #3FCD75
Complementary color
Monochromatic Colors of #3FCD75
Black with #3FCD75
Text Example
Text Example
White with #3FCD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD75; }
p { color: rgb(63,205,117); }
H1.HeaderClassName
{
color: #3FCD75;
}
.AnyTagClassName
{
color: #3FCD75;
}
</style>
background-color css
<style>
a { background-color: #3FCD75; }
a { background-color: rgb(63,205,117); }
div.DivClassName
{
background-color: #3FCD75;
}
.BgClassName
{
background-color: #3FCD75;
}
</style>
border-color css
<style>
span { border-color: #3FCD75; }
span { border-color: rgb(63,205,117); }
td.TdClassName
{
border-color: #3FCD75;
}
.TagClassName
{
border-color: #3FCD75;
}
</style>