Shades of Emerald #3FDF75
Tints of Emerald #3FDF75
RGB
CMYK
RGB Variations
Color information
#3FDF75 (or 0x3FDF75) is known color: Emerald. HEX triplet: 3F, DF and 75. RGB value is (63,223,117). Sum of RGB (Red+Green+Blue) = 63+223+117=403 (53% of max value = 765). Red value is 63 (25% from 255 or 15.63% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDF75 is #C0208A. Grayscale: #A3A3A3. Windows color (decimal): -12591243 or 7724863. OLE color: 7724863.
HSL color Cylindrical-coordinate representation of color #3FDF75: hue angle of 140.25º 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 #3FDF75 is Cyan = 0.72, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 117 | - |
| CMYK | 0.72 | 0 | 0.48 | 0.13 |
| HSL | 140.25º | 0.71% | 0.56% | - |
| HSV(B) | 140.25º | 0.72% | 0.87% | - |
| XYZ | 31.65 | 55.12 | 25.8 | - |
| YUV | 163.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 117 | 0.72 | 0 | 0.48 | 0.13 | 140.25 | 0.71 | 0.56 |
| Hex | 3F | DF | 75 | 48 | 0 | 30 | D | 8C | 47 | 38 |
| Octal | 77 | 337 | 165 | 110 | 0 | 60 | 15 | 214 | 107 | 70 |
| Binary | 111111 | 11011111 | 1110101 | 1001000 | 0 | 110000 | 1101 | 10001100 | 1000111 | 111000 |
Color Harmonies of #3FDF75
Complementary color
Monochromatic Colors of #3FDF75
Black with #3FDF75
Text Example
Text Example
White with #3FDF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF75; }
p { color: rgb(63,223,117); }
H1.HeaderClassName
{
color: #3FDF75;
}
.AnyTagClassName
{
color: #3FDF75;
}
</style>
background-color css
<style>
a { background-color: #3FDF75; }
a { background-color: rgb(63,223,117); }
div.DivClassName
{
background-color: #3FDF75;
}
.BgClassName
{
background-color: #3FDF75;
}
</style>
border-color css
<style>
span { border-color: #3FDF75; }
span { border-color: rgb(63,223,117); }
td.TdClassName
{
border-color: #3FDF75;
}
.TagClassName
{
border-color: #3FDF75;
}
</style>