Shades of Emerald #3FC580
Tints of Emerald #3FC580
RGB
CMYK
RGB Variations
Color information
#3FC580 (or 0x3FC580) is known color: Emerald. HEX triplet: 3F, C5 and 80. RGB value is (63,197,128). Sum of RGB (Red+Green+Blue) = 63+197+128=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 197 (77.34% from 255 or 50.77% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC580 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC580 is #C03A7F. Grayscale: #959595. Windows color (decimal): -12597888 or 8439103. OLE color: 8439103.
HSL color Cylindrical-coordinate representation of color #3FC580: hue angle of 149.1º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC580 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 128 | - |
| CMYK | 0.68 | 0 | 0.35 | 0.23 |
| HSL | 149.1º | 0.54% | 0.51% | - |
| HSV(B) | 149.1º | 0.68% | 0.77% | - |
| XYZ | 25.91 | 42.55 | 27.27 | - |
| YUV | 149.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 128 | 0.68 | 0 | 0.35 | 0.23 | 149.1 | 0.54 | 0.51 |
| Hex | 3F | C5 | 80 | 44 | 0 | 23 | 17 | 95 | 36 | 33 |
| Octal | 77 | 305 | 200 | 104 | 0 | 43 | 27 | 225 | 66 | 63 |
| Binary | 111111 | 11000101 | 10000000 | 1000100 | 0 | 100011 | 10111 | 10010101 | 110110 | 110011 |
Color Harmonies of #3FC580
Complementary color
Monochromatic Colors of #3FC580
Black with #3FC580
Text Example
Text Example
White with #3FC580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC580; }
p { color: rgb(63,197,128); }
H1.HeaderClassName
{
color: #3FC580;
}
.AnyTagClassName
{
color: #3FC580;
}
</style>
background-color css
<style>
a { background-color: #3FC580; }
a { background-color: rgb(63,197,128); }
div.DivClassName
{
background-color: #3FC580;
}
.BgClassName
{
background-color: #3FC580;
}
</style>
border-color css
<style>
span { border-color: #3FC580; }
span { border-color: rgb(63,197,128); }
td.TdClassName
{
border-color: #3FC580;
}
.TagClassName
{
border-color: #3FC580;
}
</style>