Shades of Emerald #3CFA85
Tints of Emerald #3CFA85
RGB
CMYK
RGB Variations
Color information
#3CFA85 (or 0x3CFA85) is known color: Emerald. HEX triplet: 3C, FA and 85. RGB value is (60,250,133). Sum of RGB (Red+Green+Blue) = 60+250+133=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #3CFA85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFA85 is #C3057A. Grayscale: #B4B4B4. Windows color (decimal): -12780923 or 8780348. OLE color: 8780348.
HSL color Cylindrical-coordinate representation of color #3CFA85: hue angle of 143.05º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFA85 is Cyan = 0.76, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 250 | 133 | - |
| CMYK | 0.76 | 0 | 0.47 | 0.02 |
| HSL | 143.05º | 0.95% | 0.61% | - |
| HSV(B) | 143.05º | 0.76% | 0.98% | - |
| XYZ | 40.28 | 71.03 | 33.78 | - |
| YUV | 179.85 | 101.55 | 42.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 250 | 133 | 0.76 | 0 | 0.47 | 0.02 | 143.05 | 0.95 | 0.61 |
| Hex | 3C | FA | 85 | 4C | 0 | 2F | 2 | 8F | 5F | 3D |
| Octal | 74 | 372 | 205 | 114 | 0 | 57 | 2 | 217 | 137 | 75 |
| Binary | 111100 | 11111010 | 10000101 | 1001100 | 0 | 101111 | 10 | 10001111 | 1011111 | 111101 |
Color Harmonies of #3CFA85
Complementary color
Monochromatic Colors of #3CFA85
Black with #3CFA85
Text Example
Text Example
White with #3CFA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFA85; }
p { color: rgb(60,250,133); }
H1.HeaderClassName
{
color: #3CFA85;
}
.AnyTagClassName
{
color: #3CFA85;
}
</style>
background-color css
<style>
a { background-color: #3CFA85; }
a { background-color: rgb(60,250,133); }
div.DivClassName
{
background-color: #3CFA85;
}
.BgClassName
{
background-color: #3CFA85;
}
</style>
border-color css
<style>
span { border-color: #3CFA85; }
span { border-color: rgb(60,250,133); }
td.TdClassName
{
border-color: #3CFA85;
}
.TagClassName
{
border-color: #3CFA85;
}
</style>