Shades of Emerald #3CFD83
Tints of Emerald #3CFD83
RGB
CMYK
RGB Variations
Color information
#3CFD83 (or 0x3CFD83) is known color: Emerald. HEX triplet: 3C, FD and 83. RGB value is (60,253,131). Sum of RGB (Red+Green+Blue) = 60+253+131=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFD83 is #C3027C. Grayscale: #B5B5B5. Windows color (decimal): -12780157 or 8650044. OLE color: 8650044.
HSL color Cylindrical-coordinate representation of color #3CFD83: hue angle of 142.07º 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 #3CFD83 is Cyan = 0.76, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 253 | 131 | - |
| CMYK | 0.76 | 0 | 0.48 | 0.01 |
| HSL | 142.07º | 0.98% | 0.61% | - |
| HSV(B) | 142.07º | 0.76% | 0.99% | - |
| XYZ | 41.09 | 72.85 | 33.37 | - |
| YUV | 181.39 | 99.56 | 41.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 253 | 131 | 0.76 | 0 | 0.48 | 0.01 | 142.07 | 0.98 | 0.61 |
| Hex | 3C | FD | 83 | 4C | 0 | 30 | 1 | 8E | 62 | 3D |
| Octal | 74 | 375 | 203 | 114 | 0 | 60 | 1 | 216 | 142 | 75 |
| Binary | 111100 | 11111101 | 10000011 | 1001100 | 0 | 110000 | 1 | 10001110 | 1100010 | 111101 |
Color Harmonies of #3CFD83
Complementary color
Monochromatic Colors of #3CFD83
Black with #3CFD83
Text Example
Text Example
White with #3CFD83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFD83; }
p { color: rgb(60,253,131); }
H1.HeaderClassName
{
color: #3CFD83;
}
.AnyTagClassName
{
color: #3CFD83;
}
</style>
background-color css
<style>
a { background-color: #3CFD83; }
a { background-color: rgb(60,253,131); }
div.DivClassName
{
background-color: #3CFD83;
}
.BgClassName
{
background-color: #3CFD83;
}
</style>
border-color css
<style>
span { border-color: #3CFD83; }
span { border-color: rgb(60,253,131); }
td.TdClassName
{
border-color: #3CFD83;
}
.TagClassName
{
border-color: #3CFD83;
}
</style>