Shades of Emerald #3CFC81
Tints of Emerald #3CFC81
RGB
CMYK
RGB Variations
Color information
#3CFC81 (or 0x3CFC81) is known color: Emerald. HEX triplet: 3C, FC and 81. RGB value is (60,252,129). Sum of RGB (Red+Green+Blue) = 60+252+129=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 252 (98.83% from 255 or 57.14% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 252 - color contains mainly: green. Hex color #3CFC81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFC81 is #C3037E. Grayscale: #B4B4B4. Windows color (decimal): -12780415 or 8518716. OLE color: 8518716.
HSL color Cylindrical-coordinate representation of color #3CFC81: hue angle of 141.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFC81 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 252 | 129 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.01 |
| HSL | 141.56º | 0.97% | 0.61% | - |
| HSV(B) | 141.56º | 0.76% | 0.99% | - |
| XYZ | 40.64 | 72.17 | 32.56 | - |
| YUV | 180.57 | 98.89 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 252 | 129 | 0.76 | 0 | 0.49 | 0.01 | 141.56 | 0.97 | 0.61 |
| Hex | 3C | FC | 81 | 4C | 0 | 31 | 1 | 8E | 61 | 3D |
| Octal | 74 | 374 | 201 | 114 | 0 | 61 | 1 | 216 | 141 | 75 |
| Binary | 111100 | 11111100 | 10000001 | 1001100 | 0 | 110001 | 1 | 10001110 | 1100001 | 111101 |
Color Harmonies of #3CFC81
Complementary color
Monochromatic Colors of #3CFC81
Black with #3CFC81
Text Example
Text Example
White with #3CFC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFC81; }
p { color: rgb(60,252,129); }
H1.HeaderClassName
{
color: #3CFC81;
}
.AnyTagClassName
{
color: #3CFC81;
}
</style>
background-color css
<style>
a { background-color: #3CFC81; }
a { background-color: rgb(60,252,129); }
div.DivClassName
{
background-color: #3CFC81;
}
.BgClassName
{
background-color: #3CFC81;
}
</style>
border-color css
<style>
span { border-color: #3CFC81; }
span { border-color: rgb(60,252,129); }
td.TdClassName
{
border-color: #3CFC81;
}
.TagClassName
{
border-color: #3CFC81;
}
</style>