Shades of Emerald #3DF276
Tints of Emerald #3DF276
RGB
CMYK
RGB Variations
Color information
#3DF276 (or 0x3DF276) is known color: Emerald. HEX triplet: 3D, F2 and 76. RGB value is (61,242,118). Sum of RGB (Red+Green+Blue) = 61+242+118=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 242 (94.92% from 255 or 57.48% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF276 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF276 is #C20D89. Grayscale: #AEAEAE. Windows color (decimal): -12717450 or 7795261. OLE color: 7795261.
HSL color Cylindrical-coordinate representation of color #3DF276: hue angle of 138.9º 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 #3DF276 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 242 | 118 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.05 |
| HSL | 138.9º | 0.87% | 0.59% | - |
| HSV(B) | 138.9º | 0.75% | 0.95% | - |
| XYZ | 36.95 | 65.8 | 27.89 | - |
| YUV | 173.75 | 96.53 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 242 | 118 | 0.75 | 0 | 0.51 | 0.05 | 138.9 | 0.87 | 0.59 |
| Hex | 3D | F2 | 76 | 4B | 0 | 33 | 5 | 8B | 57 | 3B |
| Octal | 75 | 362 | 166 | 113 | 0 | 63 | 5 | 213 | 127 | 73 |
| Binary | 111101 | 11110010 | 1110110 | 1001011 | 0 | 110011 | 101 | 10001011 | 1010111 | 111011 |
Color Harmonies of #3DF276
Complementary color
Monochromatic Colors of #3DF276
Black with #3DF276
Text Example
Text Example
White with #3DF276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF276; }
p { color: rgb(61,242,118); }
H1.HeaderClassName
{
color: #3DF276;
}
.AnyTagClassName
{
color: #3DF276;
}
</style>
background-color css
<style>
a { background-color: #3DF276; }
a { background-color: rgb(61,242,118); }
div.DivClassName
{
background-color: #3DF276;
}
.BgClassName
{
background-color: #3DF276;
}
</style>
border-color css
<style>
span { border-color: #3DF276; }
span { border-color: rgb(61,242,118); }
td.TdClassName
{
border-color: #3DF276;
}
.TagClassName
{
border-color: #3DF276;
}
</style>