Shades of Emerald #3CDF5A
Tints of Emerald #3CDF5A
RGB
CMYK
RGB Variations
Color information
#3CDF5A (or 0x3CDF5A) is known color: Emerald. HEX triplet: 3C, DF and 5A. RGB value is (60,223,90). Sum of RGB (Red+Green+Blue) = 60+223+90=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF5A is #C320A5. Grayscale: #9F9F9F. Windows color (decimal): -12787878 or 5955388. OLE color: 5955388.
HSL color Cylindrical-coordinate representation of color #3CDF5A: hue angle of 131.04º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF5A is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 90 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.13 |
| HSL | 131.04º | 0.72% | 0.55% | - |
| HSV(B) | 131.04º | 0.73% | 0.87% | - |
| XYZ | 30.1 | 54.47 | 18.6 | - |
| YUV | 159.1 | 89 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 90 | 0.73 | 0 | 0.60 | 0.13 | 131.04 | 0.72 | 0.55 |
| Hex | 3C | DF | 5A | 49 | 0 | 3C | D | 83 | 48 | 37 |
| Octal | 74 | 337 | 132 | 111 | 0 | 74 | 15 | 203 | 110 | 67 |
| Binary | 111100 | 11011111 | 1011010 | 1001001 | 0 | 111100 | 1101 | 10000011 | 1001000 | 110111 |
Color Harmonies of #3CDF5A
Complementary color
Monochromatic Colors of #3CDF5A
Black with #3CDF5A
Text Example
Text Example
White with #3CDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF5A; }
p { color: rgb(60,223,90); }
H1.HeaderClassName
{
color: #3CDF5A;
}
.AnyTagClassName
{
color: #3CDF5A;
}
</style>
background-color css
<style>
a { background-color: #3CDF5A; }
a { background-color: rgb(60,223,90); }
div.DivClassName
{
background-color: #3CDF5A;
}
.BgClassName
{
background-color: #3CDF5A;
}
</style>
border-color css
<style>
span { border-color: #3CDF5A; }
span { border-color: rgb(60,223,90); }
td.TdClassName
{
border-color: #3CDF5A;
}
.TagClassName
{
border-color: #3CDF5A;
}
</style>