Shades of Emerald #3DF27D
Tints of Emerald #3DF27D
RGB
CMYK
RGB Variations
Color information
#3DF27D (or 0x3DF27D) is known color: Emerald. HEX triplet: 3D, F2 and 7D. RGB value is (61,242,125). Sum of RGB (Red+Green+Blue) = 61+242+125=428 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.25% from 428); Green value is 242 (94.92% from 255 or 56.54% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF27D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF27D is #C20D82. Grayscale: #AEAEAE. Windows color (decimal): -12717443 or 8254013. OLE color: 8254013.
HSL color Cylindrical-coordinate representation of color #3DF27D: hue angle of 141.22º 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 #3DF27D is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 125 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.05 |
| HSL | 141.22º | 0.87% | 0.59% | - |
| HSV(B) | 141.22º | 0.75% | 0.95% | - |
| XYZ | 37.38 | 65.98 | 30.17 | - |
| YUV | 174.54 | 100.03 | 47.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 125 | 0.75 | 0 | 0.48 | 0.05 | 141.22 | 0.87 | 0.59 |
| Hex | 3D | F2 | 7D | 4B | 0 | 30 | 5 | 8D | 57 | 3B |
| Octal | 75 | 362 | 175 | 113 | 0 | 60 | 5 | 215 | 127 | 73 |
| Binary | 111101 | 11110010 | 1111101 | 1001011 | 0 | 110000 | 101 | 10001101 | 1010111 | 111011 |
Color Harmonies of #3DF27D
Complementary color
Monochromatic Colors of #3DF27D
Black with #3DF27D
Text Example
Text Example
White with #3DF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF27D; }
p { color: rgb(61,242,125); }
H1.HeaderClassName
{
color: #3DF27D;
}
.AnyTagClassName
{
color: #3DF27D;
}
</style>
background-color css
<style>
a { background-color: #3DF27D; }
a { background-color: rgb(61,242,125); }
div.DivClassName
{
background-color: #3DF27D;
}
.BgClassName
{
background-color: #3DF27D;
}
</style>
border-color css
<style>
span { border-color: #3DF27D; }
span { border-color: rgb(61,242,125); }
td.TdClassName
{
border-color: #3DF27D;
}
.TagClassName
{
border-color: #3DF27D;
}
</style>