Shades of Emerald #3DF17A
Tints of Emerald #3DF17A
RGB
CMYK
RGB Variations
Color information
#3DF17A (or 0x3DF17A) is known color: Emerald. HEX triplet: 3D, F1 and 7A. RGB value is (61,241,122). Sum of RGB (Red+Green+Blue) = 61+241+122=424 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.39% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF17A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF17A is #C20E85. Grayscale: #ADADAD. Windows color (decimal): -12717702 or 8057149. OLE color: 8057149.
HSL color Cylindrical-coordinate representation of color #3DF17A: hue angle of 140.33º 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 #3DF17A is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 241 | 122 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.05 |
| HSL | 140.33º | 0.87% | 0.59% | - |
| HSV(B) | 140.33º | 0.75% | 0.95% | - |
| XYZ | 36.89 | 65.31 | 29.07 | - |
| YUV | 173.61 | 98.87 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 241 | 122 | 0.75 | 0 | 0.49 | 0.05 | 140.33 | 0.87 | 0.59 |
| Hex | 3D | F1 | 7A | 4B | 0 | 31 | 5 | 8C | 57 | 3B |
| Octal | 75 | 361 | 172 | 113 | 0 | 61 | 5 | 214 | 127 | 73 |
| Binary | 111101 | 11110001 | 1111010 | 1001011 | 0 | 110001 | 101 | 10001100 | 1010111 | 111011 |
Color Harmonies of #3DF17A
Complementary color
Monochromatic Colors of #3DF17A
Black with #3DF17A
Text Example
Text Example
White with #3DF17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF17A; }
p { color: rgb(61,241,122); }
H1.HeaderClassName
{
color: #3DF17A;
}
.AnyTagClassName
{
color: #3DF17A;
}
</style>
background-color css
<style>
a { background-color: #3DF17A; }
a { background-color: rgb(61,241,122); }
div.DivClassName
{
background-color: #3DF17A;
}
.BgClassName
{
background-color: #3DF17A;
}
</style>
border-color css
<style>
span { border-color: #3DF17A; }
span { border-color: rgb(61,241,122); }
td.TdClassName
{
border-color: #3DF17A;
}
.TagClassName
{
border-color: #3DF17A;
}
</style>