Shades of Emerald #3CFA7D
Tints of Emerald #3CFA7D
RGB
CMYK
RGB Variations
Color information
#3CFA7D (or 0x3CFA7D) is known color: Emerald. HEX triplet: 3C, FA and 7D. RGB value is (60,250,125). Sum of RGB (Red+Green+Blue) = 60+250+125=435 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.79% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CFA7D is #C30582. Grayscale: #B3B3B3. Windows color (decimal): -12780931 or 8256060. OLE color: 8256060.
HSL color Cylindrical-coordinate representation of color #3CFA7D: hue angle of 140.53º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA7D is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 125 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.02 |
| HSL | 140.53º | 0.95% | 0.61% | - |
| HSV(B) | 140.53º | 0.76% | 0.98% | - |
| XYZ | 39.75 | 70.81 | 30.98 | - |
| YUV | 178.94 | 97.55 | 43.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 125 | 0.76 | 0 | 0.50 | 0.02 | 140.53 | 0.95 | 0.61 |
| Hex | 3C | FA | 7D | 4C | 0 | 32 | 2 | 8D | 5F | 3D |
| Octal | 74 | 372 | 175 | 114 | 0 | 62 | 2 | 215 | 137 | 75 |
| Binary | 111100 | 11111010 | 1111101 | 1001100 | 0 | 110010 | 10 | 10001101 | 1011111 | 111101 |
Color Harmonies of #3CFA7D
Complementary color
Monochromatic Colors of #3CFA7D
Black with #3CFA7D
Text Example
Text Example
White with #3CFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA7D; }
p { color: rgb(60,250,125); }
H1.HeaderClassName
{
color: #3CFA7D;
}
.AnyTagClassName
{
color: #3CFA7D;
}
</style>
background-color css
<style>
a { background-color: #3CFA7D; }
a { background-color: rgb(60,250,125); }
div.DivClassName
{
background-color: #3CFA7D;
}
.BgClassName
{
background-color: #3CFA7D;
}
</style>
border-color css
<style>
span { border-color: #3CFA7D; }
span { border-color: rgb(60,250,125); }
td.TdClassName
{
border-color: #3CFA7D;
}
.TagClassName
{
border-color: #3CFA7D;
}
</style>