Shades of Emerald #3DEF68
Tints of Emerald #3DEF68
RGB
CMYK
RGB Variations
Color information
#3DEF68 (or 0x3DEF68) is known color: Emerald. HEX triplet: 3D, EF and 68. RGB value is (61,239,104). Sum of RGB (Red+Green+Blue) = 61+239+104=404 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.10% from 404); Green value is 239 (93.75% from 255 or 59.16% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEF68 is #C21097. Grayscale: #AAAAAA. Windows color (decimal): -12718232 or 6876989. OLE color: 6876989.
HSL color Cylindrical-coordinate representation of color #3DEF68: hue angle of 134.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEF68 is Cyan = 0.74, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 239 | 104 | - |
| CMYK | 0.74 | 0 | 0.56 | 0.06 |
| HSL | 134.49º | 0.85% | 0.59% | - |
| HSV(B) | 134.49º | 0.74% | 0.94% | - |
| XYZ | 35.29 | 63.72 | 23.54 | - |
| YUV | 170.39 | 90.53 | 49.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 239 | 104 | 0.74 | 0 | 0.56 | 0.06 | 134.49 | 0.85 | 0.59 |
| Hex | 3D | EF | 68 | 4A | 0 | 38 | 6 | 86 | 55 | 3B |
| Octal | 75 | 357 | 150 | 112 | 0 | 70 | 6 | 206 | 125 | 73 |
| Binary | 111101 | 11101111 | 1101000 | 1001010 | 0 | 111000 | 110 | 10000110 | 1010101 | 111011 |
Color Harmonies of #3DEF68
Complementary color
Monochromatic Colors of #3DEF68
Black with #3DEF68
Text Example
Text Example
White with #3DEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEF68; }
p { color: rgb(61,239,104); }
H1.HeaderClassName
{
color: #3DEF68;
}
.AnyTagClassName
{
color: #3DEF68;
}
</style>
background-color css
<style>
a { background-color: #3DEF68; }
a { background-color: rgb(61,239,104); }
div.DivClassName
{
background-color: #3DEF68;
}
.BgClassName
{
background-color: #3DEF68;
}
</style>
border-color css
<style>
span { border-color: #3DEF68; }
span { border-color: rgb(61,239,104); }
td.TdClassName
{
border-color: #3DEF68;
}
.TagClassName
{
border-color: #3DEF68;
}
</style>