Shades of Emerald #3DF380
Tints of Emerald #3DF380
RGB
CMYK
RGB Variations
Color information
#3DF380 (or 0x3DF380) is known color: Emerald. HEX triplet: 3D, F3 and 80. RGB value is (61,243,128). Sum of RGB (Red+Green+Blue) = 61+243+128=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #3DF380 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF380 is #C20C7F. Grayscale: #AFAFAF. Windows color (decimal): -12717184 or 8450877. OLE color: 8450877.
HSL color Cylindrical-coordinate representation of color #3DF380: hue angle of 142.09º 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 #3DF380 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 243 | 128 | - |
| CMYK | 0.75 | 0 | 0.47 | 0.05 |
| HSL | 142.09º | 0.88% | 0.6% | - |
| HSV(B) | 142.09º | 0.75% | 0.95% | - |
| XYZ | 37.87 | 66.65 | 31.29 | - |
| YUV | 175.47 | 101.2 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 243 | 128 | 0.75 | 0 | 0.47 | 0.05 | 142.09 | 0.88 | 0.6 |
| Hex | 3D | F3 | 80 | 4B | 0 | 2F | 5 | 8E | 58 | 3C |
| Octal | 75 | 363 | 200 | 113 | 0 | 57 | 5 | 216 | 130 | 74 |
| Binary | 111101 | 11110011 | 10000000 | 1001011 | 0 | 101111 | 101 | 10001110 | 1011000 | 111100 |
Color Harmonies of #3DF380
Complementary color
Monochromatic Colors of #3DF380
Black with #3DF380
Text Example
Text Example
White with #3DF380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF380; }
p { color: rgb(61,243,128); }
H1.HeaderClassName
{
color: #3DF380;
}
.AnyTagClassName
{
color: #3DF380;
}
</style>
background-color css
<style>
a { background-color: #3DF380; }
a { background-color: rgb(61,243,128); }
div.DivClassName
{
background-color: #3DF380;
}
.BgClassName
{
background-color: #3DF380;
}
</style>
border-color css
<style>
span { border-color: #3DF380; }
span { border-color: rgb(61,243,128); }
td.TdClassName
{
border-color: #3DF380;
}
.TagClassName
{
border-color: #3DF380;
}
</style>