Shades of Emerald #3CF577
Tints of Emerald #3CF577
RGB
CMYK
RGB Variations
Color information
#3CF577 (or 0x3CF577) is known color: Emerald. HEX triplet: 3C, F5 and 77. RGB value is (60,245,119). Sum of RGB (Red+Green+Blue) = 60+245+119=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 245 (96.09% from 255 or 57.78% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF577 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF577 is #C30A88. Grayscale: #AFAFAF. Windows color (decimal): -12782217 or 7861564. OLE color: 7861564.
HSL color Cylindrical-coordinate representation of color #3CF577: hue angle of 139.14º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF577 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 245 | 119 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.04 |
| HSL | 139.14º | 0.9% | 0.6% | - |
| HSV(B) | 139.14º | 0.76% | 0.96% | - |
| XYZ | 37.85 | 67.6 | 28.51 | - |
| YUV | 175.32 | 96.21 | 45.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 245 | 119 | 0.76 | 0 | 0.51 | 0.04 | 139.14 | 0.9 | 0.6 |
| Hex | 3C | F5 | 77 | 4C | 0 | 33 | 4 | 8B | 5A | 3C |
| Octal | 74 | 365 | 167 | 114 | 0 | 63 | 4 | 213 | 132 | 74 |
| Binary | 111100 | 11110101 | 1110111 | 1001100 | 0 | 110011 | 100 | 10001011 | 1011010 | 111100 |
Color Harmonies of #3CF577
Complementary color
Monochromatic Colors of #3CF577
Black with #3CF577
Text Example
Text Example
White with #3CF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF577; }
p { color: rgb(60,245,119); }
H1.HeaderClassName
{
color: #3CF577;
}
.AnyTagClassName
{
color: #3CF577;
}
</style>
background-color css
<style>
a { background-color: #3CF577; }
a { background-color: rgb(60,245,119); }
div.DivClassName
{
background-color: #3CF577;
}
.BgClassName
{
background-color: #3CF577;
}
</style>
border-color css
<style>
span { border-color: #3CF577; }
span { border-color: rgb(60,245,119); }
td.TdClassName
{
border-color: #3CF577;
}
.TagClassName
{
border-color: #3CF577;
}
</style>