Shades of Emerald #3DEE6C
Tints of Emerald #3DEE6C
RGB
CMYK
RGB Variations
Color information
#3DEE6C (or 0x3DEE6C) is known color: Emerald. HEX triplet: 3D, EE and 6C. RGB value is (61,238,108). Sum of RGB (Red+Green+Blue) = 61+238+108=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 238 (93.36% from 255 or 58.48% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEE6C is #C21193. Grayscale: #AAAAAA. Windows color (decimal): -12718484 or 7138877. OLE color: 7138877.
HSL color Cylindrical-coordinate representation of color #3DEE6C: hue angle of 135.93º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEE6C is Cyan = 0.74, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 108 | - |
| CMYK | 0.74 | 0 | 0.55 | 0.07 |
| HSL | 135.93º | 0.84% | 0.59% | - |
| HSV(B) | 135.93º | 0.74% | 0.93% | - |
| XYZ | 35.21 | 63.22 | 24.54 | - |
| YUV | 170.26 | 92.86 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 108 | 0.74 | 0 | 0.55 | 0.07 | 135.93 | 0.84 | 0.59 |
| Hex | 3D | EE | 6C | 4A | 0 | 37 | 7 | 88 | 54 | 3B |
| Octal | 75 | 356 | 154 | 112 | 0 | 67 | 7 | 210 | 124 | 73 |
| Binary | 111101 | 11101110 | 1101100 | 1001010 | 0 | 110111 | 111 | 10001000 | 1010100 | 111011 |
Color Harmonies of #3DEE6C
Complementary color
Monochromatic Colors of #3DEE6C
Black with #3DEE6C
Text Example
Text Example
White with #3DEE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEE6C; }
p { color: rgb(61,238,108); }
H1.HeaderClassName
{
color: #3DEE6C;
}
.AnyTagClassName
{
color: #3DEE6C;
}
</style>
background-color css
<style>
a { background-color: #3DEE6C; }
a { background-color: rgb(61,238,108); }
div.DivClassName
{
background-color: #3DEE6C;
}
.BgClassName
{
background-color: #3DEE6C;
}
</style>
border-color css
<style>
span { border-color: #3DEE6C; }
span { border-color: rgb(61,238,108); }
td.TdClassName
{
border-color: #3DEE6C;
}
.TagClassName
{
border-color: #3DEE6C;
}
</style>