Shades of Emerald #3CF182
Tints of Emerald #3CF182
RGB
CMYK
RGB Variations
Color information
#3CF182 (or 0x3CF182) is known color: Emerald. HEX triplet: 3C, F1 and 82. RGB value is (60,241,130). Sum of RGB (Red+Green+Blue) = 60+241+130=431 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.92% from 431); Green value is 241 (94.53% from 255 or 55.92% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF182 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF182 is #C30E7D. Grayscale: #AEAEAE. Windows color (decimal): -12783230 or 8581436. OLE color: 8581436.
HSL color Cylindrical-coordinate representation of color #3CF182: hue angle of 143.2º degrees, saturation: 0.87, 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 #3CF182 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 130 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.05 |
| HSL | 143.2º | 0.87% | 0.59% | - |
| HSV(B) | 143.2º | 0.75% | 0.95% | - |
| XYZ | 37.35 | 65.48 | 31.79 | - |
| YUV | 174.23 | 103.03 | 46.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 130 | 0.75 | 0 | 0.46 | 0.05 | 143.2 | 0.87 | 0.59 |
| Hex | 3C | F1 | 82 | 4B | 0 | 2E | 5 | 8F | 57 | 3B |
| Octal | 74 | 361 | 202 | 113 | 0 | 56 | 5 | 217 | 127 | 73 |
| Binary | 111100 | 11110001 | 10000010 | 1001011 | 0 | 101110 | 101 | 10001111 | 1010111 | 111011 |
Color Harmonies of #3CF182
Complementary color
Monochromatic Colors of #3CF182
Black with #3CF182
Text Example
Text Example
White with #3CF182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF182; }
p { color: rgb(60,241,130); }
H1.HeaderClassName
{
color: #3CF182;
}
.AnyTagClassName
{
color: #3CF182;
}
</style>
background-color css
<style>
a { background-color: #3CF182; }
a { background-color: rgb(60,241,130); }
div.DivClassName
{
background-color: #3CF182;
}
.BgClassName
{
background-color: #3CF182;
}
</style>
border-color css
<style>
span { border-color: #3CF182; }
span { border-color: rgb(60,241,130); }
td.TdClassName
{
border-color: #3CF182;
}
.TagClassName
{
border-color: #3CF182;
}
</style>