Shades of Emerald #3DF275
Tints of Emerald #3DF275
RGB
CMYK
RGB Variations
Color information
#3DF275 (or 0x3DF275) is known color: Emerald. HEX triplet: 3D, F2 and 75. RGB value is (61,242,117). Sum of RGB (Red+Green+Blue) = 61+242+117=420 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.52% from 420); Green value is 242 (94.92% from 255 or 57.62% from 420); Blue value is 117 (46.09% from 255 or 27.86% from 420); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF275 is #C20D8A. Grayscale: #ADADAD. Windows color (decimal): -12717451 or 7729725. OLE color: 7729725.
HSL color Cylindrical-coordinate representation of color #3DF275: hue angle of 138.56º 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 #3DF275 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 117 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.05 |
| HSL | 138.56º | 0.87% | 0.59% | - |
| HSV(B) | 138.56º | 0.75% | 0.95% | - |
| XYZ | 36.89 | 65.78 | 27.58 | - |
| YUV | 173.63 | 96.03 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 117 | 0.75 | 0 | 0.52 | 0.05 | 138.56 | 0.87 | 0.59 |
| Hex | 3D | F2 | 75 | 4B | 0 | 34 | 5 | 8B | 57 | 3B |
| Octal | 75 | 362 | 165 | 113 | 0 | 64 | 5 | 213 | 127 | 73 |
| Binary | 111101 | 11110010 | 1110101 | 1001011 | 0 | 110100 | 101 | 10001011 | 1010111 | 111011 |
Color Harmonies of #3DF275
Complementary color
Monochromatic Colors of #3DF275
Black with #3DF275
Text Example
Text Example
White with #3DF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF275; }
p { color: rgb(61,242,117); }
H1.HeaderClassName
{
color: #3DF275;
}
.AnyTagClassName
{
color: #3DF275;
}
</style>
background-color css
<style>
a { background-color: #3DF275; }
a { background-color: rgb(61,242,117); }
div.DivClassName
{
background-color: #3DF275;
}
.BgClassName
{
background-color: #3DF275;
}
</style>
border-color css
<style>
span { border-color: #3DF275; }
span { border-color: rgb(61,242,117); }
td.TdClassName
{
border-color: #3DF275;
}
.TagClassName
{
border-color: #3DF275;
}
</style>