Shades of Emerald #3FCD68
Tints of Emerald #3FCD68
RGB
CMYK
RGB Variations
Color information
#3FCD68 (or 0x3FCD68) is known color: Emerald. HEX triplet: 3F, CD and 68. RGB value is (63,205,104). Sum of RGB (Red+Green+Blue) = 63+205+104=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 104 (41.02% from 255 or 27.96% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD68 is #C03297. Grayscale: #979797. Windows color (decimal): -12595864 or 6868287. OLE color: 6868287.
HSL color Cylindrical-coordinate representation of color #3FCD68: hue angle of 137.32º 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 #3FCD68 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 104 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.20 |
| HSL | 137.32º | 0.59% | 0.53% | - |
| HSV(B) | 137.32º | 0.69% | 0.8% | - |
| XYZ | 26.38 | 45.72 | 20.53 | - |
| YUV | 151.03 | 101.46 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 104 | 0.69 | 0 | 0.49 | 0.20 | 137.32 | 0.59 | 0.53 |
| Hex | 3F | CD | 68 | 45 | 0 | 31 | 14 | 89 | 3B | 35 |
| Octal | 77 | 315 | 150 | 105 | 0 | 61 | 24 | 211 | 73 | 65 |
| Binary | 111111 | 11001101 | 1101000 | 1000101 | 0 | 110001 | 10100 | 10001001 | 111011 | 110101 |
Color Harmonies of #3FCD68
Complementary color
Monochromatic Colors of #3FCD68
Black with #3FCD68
Text Example
Text Example
White with #3FCD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD68; }
p { color: rgb(63,205,104); }
H1.HeaderClassName
{
color: #3FCD68;
}
.AnyTagClassName
{
color: #3FCD68;
}
</style>
background-color css
<style>
a { background-color: #3FCD68; }
a { background-color: rgb(63,205,104); }
div.DivClassName
{
background-color: #3FCD68;
}
.BgClassName
{
background-color: #3FCD68;
}
</style>
border-color css
<style>
span { border-color: #3FCD68; }
span { border-color: rgb(63,205,104); }
td.TdClassName
{
border-color: #3FCD68;
}
.TagClassName
{
border-color: #3FCD68;
}
</style>