Shades of Emerald #3CFD85
Tints of Emerald #3CFD85
RGB
CMYK
RGB Variations
Color information
#3CFD85 (or 0x3CFD85) is known color: Emerald. HEX triplet: 3C, FD and 85. RGB value is (60,253,133). Sum of RGB (Red+Green+Blue) = 60+253+133=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 253 (99.22% from 255 or 56.73% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFD85 is #C3027A. Grayscale: #B5B5B5. Windows color (decimal): -12780155 or 8781116. OLE color: 8781116.
HSL color Cylindrical-coordinate representation of color #3CFD85: hue angle of 142.69º degrees, saturation: 0.98, 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 #3CFD85 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 133 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.01 |
| HSL | 142.69º | 0.98% | 0.61% | - |
| HSV(B) | 142.69º | 0.76% | 0.99% | - |
| XYZ | 41.22 | 72.9 | 34.09 | - |
| YUV | 181.61 | 100.56 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 133 | 0.76 | 0 | 0.47 | 0.01 | 142.69 | 0.98 | 0.61 |
| Hex | 3C | FD | 85 | 4C | 0 | 2F | 1 | 8F | 62 | 3D |
| Octal | 74 | 375 | 205 | 114 | 0 | 57 | 1 | 217 | 142 | 75 |
| Binary | 111100 | 11111101 | 10000101 | 1001100 | 0 | 101111 | 1 | 10001111 | 1100010 | 111101 |
Color Harmonies of #3CFD85
Complementary color
Monochromatic Colors of #3CFD85
Black with #3CFD85
Text Example
Text Example
White with #3CFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD85; }
p { color: rgb(60,253,133); }
H1.HeaderClassName
{
color: #3CFD85;
}
.AnyTagClassName
{
color: #3CFD85;
}
</style>
background-color css
<style>
a { background-color: #3CFD85; }
a { background-color: rgb(60,253,133); }
div.DivClassName
{
background-color: #3CFD85;
}
.BgClassName
{
background-color: #3CFD85;
}
</style>
border-color css
<style>
span { border-color: #3CFD85; }
span { border-color: rgb(60,253,133); }
td.TdClassName
{
border-color: #3CFD85;
}
.TagClassName
{
border-color: #3CFD85;
}
</style>