Shades of Emerald #3CD55C
Tints of Emerald #3CD55C
RGB
CMYK
RGB Variations
Color information
#3CD55C (or 0x3CD55C) is known color: Emerald. HEX triplet: 3C, D5 and 5C. RGB value is (60,213,92). Sum of RGB (Red+Green+Blue) = 60+213+92=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD55C is #C32AA3. Grayscale: #999999. Windows color (decimal): -12790436 or 6083900. OLE color: 6083900.
HSL color Cylindrical-coordinate representation of color #3CD55C: hue angle of 132.55º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD55C is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 92 | - |
| CMYK | 0.72 | 0 | 0.57 | 0.16 |
| HSL | 132.55º | 0.65% | 0.54% | - |
| HSV(B) | 132.55º | 0.72% | 0.84% | - |
| XYZ | 27.59 | 49.32 | 18.19 | - |
| YUV | 153.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 92 | 0.72 | 0 | 0.57 | 0.16 | 132.55 | 0.65 | 0.54 |
| Hex | 3C | D5 | 5C | 48 | 0 | 39 | 10 | 85 | 41 | 36 |
| Octal | 74 | 325 | 134 | 110 | 0 | 71 | 20 | 205 | 101 | 66 |
| Binary | 111100 | 11010101 | 1011100 | 1001000 | 0 | 111001 | 10000 | 10000101 | 1000001 | 110110 |
Color Harmonies of #3CD55C
Complementary color
Monochromatic Colors of #3CD55C
Black with #3CD55C
Text Example
Text Example
White with #3CD55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD55C; }
p { color: rgb(60,213,92); }
H1.HeaderClassName
{
color: #3CD55C;
}
.AnyTagClassName
{
color: #3CD55C;
}
</style>
background-color css
<style>
a { background-color: #3CD55C; }
a { background-color: rgb(60,213,92); }
div.DivClassName
{
background-color: #3CD55C;
}
.BgClassName
{
background-color: #3CD55C;
}
</style>
border-color css
<style>
span { border-color: #3CD55C; }
span { border-color: rgb(60,213,92); }
td.TdClassName
{
border-color: #3CD55C;
}
.TagClassName
{
border-color: #3CD55C;
}
</style>