Shades of Emerald #3CE461
Tints of Emerald #3CE461
RGB
CMYK
RGB Variations
Color information
#3CE461 (or 0x3CE461) is known color: Emerald. HEX triplet: 3C, E4 and 61. RGB value is (60,228,97). Sum of RGB (Red+Green+Blue) = 60+228+97=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE461 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE461 is #C31B9E. Grayscale: #A3A3A3. Windows color (decimal): -12786591 or 6415420. OLE color: 6415420.
HSL color Cylindrical-coordinate representation of color #3CE461: hue angle of 133.21º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE461 is Cyan = 0.74, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 97 | - |
| CMYK | 0.74 | 0 | 0.57 | 0.11 |
| HSL | 133.21º | 0.76% | 0.56% | - |
| HSV(B) | 133.21º | 0.74% | 0.89% | - |
| XYZ | 31.76 | 57.31 | 20.7 | - |
| YUV | 162.83 | 90.84 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 97 | 0.74 | 0 | 0.57 | 0.11 | 133.21 | 0.76 | 0.56 |
| Hex | 3C | E4 | 61 | 4A | 0 | 39 | B | 85 | 4C | 38 |
| Octal | 74 | 344 | 141 | 112 | 0 | 71 | 13 | 205 | 114 | 70 |
| Binary | 111100 | 11100100 | 1100001 | 1001010 | 0 | 111001 | 1011 | 10000101 | 1001100 | 111000 |
Color Harmonies of #3CE461
Complementary color
Monochromatic Colors of #3CE461
Black with #3CE461
Text Example
Text Example
White with #3CE461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE461; }
p { color: rgb(60,228,97); }
H1.HeaderClassName
{
color: #3CE461;
}
.AnyTagClassName
{
color: #3CE461;
}
</style>
background-color css
<style>
a { background-color: #3CE461; }
a { background-color: rgb(60,228,97); }
div.DivClassName
{
background-color: #3CE461;
}
.BgClassName
{
background-color: #3CE461;
}
</style>
border-color css
<style>
span { border-color: #3CE461; }
span { border-color: rgb(60,228,97); }
td.TdClassName
{
border-color: #3CE461;
}
.TagClassName
{
border-color: #3CE461;
}
</style>