Shades of Emerald #3DF181
Tints of Emerald #3DF181
RGB
CMYK
RGB Variations
Color information
#3DF181 (or 0x3DF181) is known color: Emerald. HEX triplet: 3D, F1 and 81. RGB value is (61,241,129). Sum of RGB (Red+Green+Blue) = 61+241+129=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF181 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF181 is #C20E7E. Grayscale: #AEAEAE. Windows color (decimal): -12717695 or 8515901. OLE color: 8515901.
HSL color Cylindrical-coordinate representation of color #3DF181: hue angle of 142.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF181 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 129 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.05 |
| HSL | 142.67º | 0.87% | 0.59% | - |
| HSV(B) | 142.67º | 0.75% | 0.95% | - |
| XYZ | 37.34 | 65.49 | 31.44 | - |
| YUV | 174.41 | 102.37 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 129 | 0.75 | 0 | 0.46 | 0.05 | 142.67 | 0.87 | 0.59 |
| Hex | 3D | F1 | 81 | 4B | 0 | 2E | 5 | 8F | 57 | 3B |
| Octal | 75 | 361 | 201 | 113 | 0 | 56 | 5 | 217 | 127 | 73 |
| Binary | 111101 | 11110001 | 10000001 | 1001011 | 0 | 101110 | 101 | 10001111 | 1010111 | 111011 |
Color Harmonies of #3DF181
Complementary color
Monochromatic Colors of #3DF181
Black with #3DF181
Text Example
Text Example
White with #3DF181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF181; }
p { color: rgb(61,241,129); }
H1.HeaderClassName
{
color: #3DF181;
}
.AnyTagClassName
{
color: #3DF181;
}
</style>
background-color css
<style>
a { background-color: #3DF181; }
a { background-color: rgb(61,241,129); }
div.DivClassName
{
background-color: #3DF181;
}
.BgClassName
{
background-color: #3DF181;
}
</style>
border-color css
<style>
span { border-color: #3DF181; }
span { border-color: rgb(61,241,129); }
td.TdClassName
{
border-color: #3DF181;
}
.TagClassName
{
border-color: #3DF181;
}
</style>