Shades of Emerald #3DF36F
Tints of Emerald #3DF36F
RGB
CMYK
RGB Variations
Color information
#3DF36F (or 0x3DF36F) is known color: Emerald. HEX triplet: 3D, F3 and 6F. RGB value is (61,243,111). Sum of RGB (Red+Green+Blue) = 61+243+111=415 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.70% from 415); Green value is 243 (95.31% from 255 or 58.55% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF36F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF36F is #C20C90. Grayscale: #ADADAD. Windows color (decimal): -12717201 or 7336765. OLE color: 7336765.
HSL color Cylindrical-coordinate representation of color #3DF36F: hue angle of 136.48º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF36F is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 111 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.05 |
| HSL | 136.48º | 0.88% | 0.6% | - |
| HSV(B) | 136.48º | 0.75% | 0.95% | - |
| XYZ | 36.84 | 66.24 | 25.88 | - |
| YUV | 173.53 | 92.7 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 111 | 0.75 | 0 | 0.54 | 0.05 | 136.48 | 0.88 | 0.6 |
| Hex | 3D | F3 | 6F | 4B | 0 | 36 | 5 | 88 | 58 | 3C |
| Octal | 75 | 363 | 157 | 113 | 0 | 66 | 5 | 210 | 130 | 74 |
| Binary | 111101 | 11110011 | 1101111 | 1001011 | 0 | 110110 | 101 | 10001000 | 1011000 | 111100 |
Color Harmonies of #3DF36F
Complementary color
Monochromatic Colors of #3DF36F
Black with #3DF36F
Text Example
Text Example
White with #3DF36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF36F; }
p { color: rgb(61,243,111); }
H1.HeaderClassName
{
color: #3DF36F;
}
.AnyTagClassName
{
color: #3DF36F;
}
</style>
background-color css
<style>
a { background-color: #3DF36F; }
a { background-color: rgb(61,243,111); }
div.DivClassName
{
background-color: #3DF36F;
}
.BgClassName
{
background-color: #3DF36F;
}
</style>
border-color css
<style>
span { border-color: #3DF36F; }
span { border-color: rgb(61,243,111); }
td.TdClassName
{
border-color: #3DF36F;
}
.TagClassName
{
border-color: #3DF36F;
}
</style>