Shades of Emerald #3DF06B
Tints of Emerald #3DF06B
RGB
CMYK
RGB Variations
Color information
#3DF06B (or 0x3DF06B) is known color: Emerald. HEX triplet: 3D, F0 and 6B. RGB value is (61,240,107). Sum of RGB (Red+Green+Blue) = 61+240+107=408 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.95% from 408); Green value is 240 (94.14% from 255 or 58.82% from 408); Blue value is 107 (42.19% from 255 or 26.23% from 408); Max value from RGB is 240 - color contains mainly: green. Hex color #3DF06B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF06B is #C20F94. Grayscale: #ABABAB. Windows color (decimal): -12717973 or 7073853. OLE color: 7073853.
HSL color Cylindrical-coordinate representation of color #3DF06B: hue angle of 135.42º 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 #3DF06B is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 240 | 107 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.06 |
| HSL | 135.42º | 0.86% | 0.59% | - |
| HSV(B) | 135.42º | 0.75% | 0.94% | - |
| XYZ | 35.74 | 64.37 | 24.45 | - |
| YUV | 171.32 | 91.7 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 240 | 107 | 0.75 | 0 | 0.55 | 0.06 | 135.42 | 0.86 | 0.59 |
| Hex | 3D | F0 | 6B | 4B | 0 | 37 | 6 | 87 | 56 | 3B |
| Octal | 75 | 360 | 153 | 113 | 0 | 67 | 6 | 207 | 126 | 73 |
| Binary | 111101 | 11110000 | 1101011 | 1001011 | 0 | 110111 | 110 | 10000111 | 1010110 | 111011 |
Color Harmonies of #3DF06B
Complementary color
Monochromatic Colors of #3DF06B
Black with #3DF06B
Text Example
Text Example
White with #3DF06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF06B; }
p { color: rgb(61,240,107); }
H1.HeaderClassName
{
color: #3DF06B;
}
.AnyTagClassName
{
color: #3DF06B;
}
</style>
background-color css
<style>
a { background-color: #3DF06B; }
a { background-color: rgb(61,240,107); }
div.DivClassName
{
background-color: #3DF06B;
}
.BgClassName
{
background-color: #3DF06B;
}
</style>
border-color css
<style>
span { border-color: #3DF06B; }
span { border-color: rgb(61,240,107); }
td.TdClassName
{
border-color: #3DF06B;
}
.TagClassName
{
border-color: #3DF06B;
}
</style>