Shades of Emerald #3FDF5A
Tints of Emerald #3FDF5A
RGB
CMYK
RGB Variations
Color information
#3FDF5A (or 0x3FDF5A) is known color: Emerald. HEX triplet: 3F, DF and 5A. RGB value is (63,223,90). Sum of RGB (Red+Green+Blue) = 63+223+90=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDF5A is #C020A5. Grayscale: #A0A0A0. Windows color (decimal): -12591270 or 5955391. OLE color: 5955391.
HSL color Cylindrical-coordinate representation of color #3FDF5A: hue angle of 130.12º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF5A is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 90 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.13 |
| HSL | 130.13º | 0.71% | 0.56% | - |
| HSV(B) | 130.13º | 0.72% | 0.87% | - |
| XYZ | 30.28 | 54.57 | 18.61 | - |
| YUV | 160 | 88.49 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 90 | 0.72 | 0 | 0.60 | 0.13 | 130.13 | 0.71 | 0.56 |
| Hex | 3F | DF | 5A | 48 | 0 | 3C | D | 82 | 47 | 38 |
| Octal | 77 | 337 | 132 | 110 | 0 | 74 | 15 | 202 | 107 | 70 |
| Binary | 111111 | 11011111 | 1011010 | 1001000 | 0 | 111100 | 1101 | 10000010 | 1000111 | 111000 |
Color Harmonies of #3FDF5A
Complementary color
Monochromatic Colors of #3FDF5A
Black with #3FDF5A
Text Example
Text Example
White with #3FDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF5A; }
p { color: rgb(63,223,90); }
H1.HeaderClassName
{
color: #3FDF5A;
}
.AnyTagClassName
{
color: #3FDF5A;
}
</style>
background-color css
<style>
a { background-color: #3FDF5A; }
a { background-color: rgb(63,223,90); }
div.DivClassName
{
background-color: #3FDF5A;
}
.BgClassName
{
background-color: #3FDF5A;
}
</style>
border-color css
<style>
span { border-color: #3FDF5A; }
span { border-color: rgb(63,223,90); }
td.TdClassName
{
border-color: #3FDF5A;
}
.TagClassName
{
border-color: #3FDF5A;
}
</style>