Shades of Emerald #3DF06C
Tints of Emerald #3DF06C
RGB
CMYK
RGB Variations
Color information
#3DF06C (or 0x3DF06C) is known color: Emerald. HEX triplet: 3D, F0 and 6C. RGB value is (61,240,108). Sum of RGB (Red+Green+Blue) = 61+240+108=409 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.91% from 409); Green value is 240 (94.14% from 255 or 58.68% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF06C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF06C is #C20F93. Grayscale: #ABABAB. Windows color (decimal): -12717972 or 7139389. OLE color: 7139389.
HSL color Cylindrical-coordinate representation of color #3DF06C: hue angle of 135.75º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF06C is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 108 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.06 |
| HSL | 135.75º | 0.86% | 0.59% | - |
| HSV(B) | 135.75º | 0.75% | 0.94% | - |
| XYZ | 35.79 | 64.39 | 24.73 | - |
| YUV | 171.43 | 92.2 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 108 | 0.75 | 0 | 0.55 | 0.06 | 135.75 | 0.86 | 0.59 |
| Hex | 3D | F0 | 6C | 4B | 0 | 37 | 6 | 88 | 56 | 3B |
| Octal | 75 | 360 | 154 | 113 | 0 | 67 | 6 | 210 | 126 | 73 |
| Binary | 111101 | 11110000 | 1101100 | 1001011 | 0 | 110111 | 110 | 10001000 | 1010110 | 111011 |
Color Harmonies of #3DF06C
Complementary color
Monochromatic Colors of #3DF06C
Black with #3DF06C
Text Example
Text Example
White with #3DF06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF06C; }
p { color: rgb(61,240,108); }
H1.HeaderClassName
{
color: #3DF06C;
}
.AnyTagClassName
{
color: #3DF06C;
}
</style>
background-color css
<style>
a { background-color: #3DF06C; }
a { background-color: rgb(61,240,108); }
div.DivClassName
{
background-color: #3DF06C;
}
.BgClassName
{
background-color: #3DF06C;
}
</style>
border-color css
<style>
span { border-color: #3DF06C; }
span { border-color: rgb(61,240,108); }
td.TdClassName
{
border-color: #3DF06C;
}
.TagClassName
{
border-color: #3DF06C;
}
</style>