Shades of Emerald #3CF282
Tints of Emerald #3CF282
RGB
CMYK
RGB Variations
Color information
#3CF282 (or 0x3CF282) is known color: Emerald. HEX triplet: 3C, F2 and 82. RGB value is (60,242,130). Sum of RGB (Red+Green+Blue) = 60+242+130=432 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.89% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF282 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF282 is #C30D7D. Grayscale: #AFAFAF. Windows color (decimal): -12782974 or 8581692. OLE color: 8581692.
HSL color Cylindrical-coordinate representation of color #3CF282: hue angle of 143.08º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF282 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 130 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.05 |
| HSL | 143.08º | 0.88% | 0.59% | - |
| HSV(B) | 143.08º | 0.75% | 0.95% | - |
| XYZ | 37.64 | 66.08 | 31.89 | - |
| YUV | 174.81 | 102.7 | 46.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 130 | 0.75 | 0 | 0.46 | 0.05 | 143.08 | 0.88 | 0.59 |
| Hex | 3C | F2 | 82 | 4B | 0 | 2E | 5 | 8F | 58 | 3B |
| Octal | 74 | 362 | 202 | 113 | 0 | 56 | 5 | 217 | 130 | 73 |
| Binary | 111100 | 11110010 | 10000010 | 1001011 | 0 | 101110 | 101 | 10001111 | 1011000 | 111011 |
Color Harmonies of #3CF282
Complementary color
Monochromatic Colors of #3CF282
Black with #3CF282
Text Example
Text Example
White with #3CF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF282; }
p { color: rgb(60,242,130); }
H1.HeaderClassName
{
color: #3CF282;
}
.AnyTagClassName
{
color: #3CF282;
}
</style>
background-color css
<style>
a { background-color: #3CF282; }
a { background-color: rgb(60,242,130); }
div.DivClassName
{
background-color: #3CF282;
}
.BgClassName
{
background-color: #3CF282;
}
</style>
border-color css
<style>
span { border-color: #3CF282; }
span { border-color: rgb(60,242,130); }
td.TdClassName
{
border-color: #3CF282;
}
.TagClassName
{
border-color: #3CF282;
}
</style>