Shades of Emerald #3FCD67
Tints of Emerald #3FCD67
RGB
CMYK
RGB Variations
Color information
#3FCD67 (or 0x3FCD67) is known color: Emerald. HEX triplet: 3F, CD and 67. RGB value is (63,205,103). Sum of RGB (Red+Green+Blue) = 63+205+103=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD67 is #C03298. Grayscale: #979797. Windows color (decimal): -12595865 or 6802751. OLE color: 6802751.
HSL color Cylindrical-coordinate representation of color #3FCD67: hue angle of 136.9º 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 #3FCD67 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 103 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.20 |
| HSL | 136.9º | 0.59% | 0.53% | - |
| HSV(B) | 136.9º | 0.69% | 0.8% | - |
| XYZ | 26.33 | 45.7 | 20.26 | - |
| YUV | 150.91 | 100.96 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 103 | 0.69 | 0 | 0.50 | 0.20 | 136.9 | 0.59 | 0.53 |
| Hex | 3F | CD | 67 | 45 | 0 | 32 | 14 | 89 | 3B | 35 |
| Octal | 77 | 315 | 147 | 105 | 0 | 62 | 24 | 211 | 73 | 65 |
| Binary | 111111 | 11001101 | 1100111 | 1000101 | 0 | 110010 | 10100 | 10001001 | 111011 | 110101 |
Color Harmonies of #3FCD67
Complementary color
Monochromatic Colors of #3FCD67
Black with #3FCD67
Text Example
Text Example
White with #3FCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD67; }
p { color: rgb(63,205,103); }
H1.HeaderClassName
{
color: #3FCD67;
}
.AnyTagClassName
{
color: #3FCD67;
}
</style>
background-color css
<style>
a { background-color: #3FCD67; }
a { background-color: rgb(63,205,103); }
div.DivClassName
{
background-color: #3FCD67;
}
.BgClassName
{
background-color: #3FCD67;
}
</style>
border-color css
<style>
span { border-color: #3FCD67; }
span { border-color: rgb(63,205,103); }
td.TdClassName
{
border-color: #3FCD67;
}
.TagClassName
{
border-color: #3FCD67;
}
</style>