Shades of Emerald #3CF283
Tints of Emerald #3CF283
RGB
CMYK
RGB Variations
Color information
#3CF283 (or 0x3CF283) is known color: Emerald. HEX triplet: 3C, F2 and 83. RGB value is (60,242,131). Sum of RGB (Red+Green+Blue) = 60+242+131=433 (57% of max value = 765). Red value is 60 (23.83% from 255 or 13.86% from 433); Green value is 242 (94.92% from 255 or 55.89% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 242 - color contains mainly: green. Hex color #3CF283 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF283 is #C30D7C. Grayscale: #AFAFAF. Windows color (decimal): -12782973 or 8647228. OLE color: 8647228.
HSL color Cylindrical-coordinate representation of color #3CF283: hue angle of 143.41º 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 #3CF283 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 242 | 131 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.05 |
| HSL | 143.41º | 0.88% | 0.59% | - |
| HSV(B) | 143.41º | 0.75% | 0.95% | - |
| XYZ | 37.71 | 66.1 | 32.24 | - |
| YUV | 174.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 242 | 131 | 0.75 | 0 | 0.46 | 0.05 | 143.41 | 0.88 | 0.59 |
| Hex | 3C | F2 | 83 | 4B | 0 | 2E | 5 | 8F | 58 | 3B |
| Octal | 74 | 362 | 203 | 113 | 0 | 56 | 5 | 217 | 130 | 73 |
| Binary | 111100 | 11110010 | 10000011 | 1001011 | 0 | 101110 | 101 | 10001111 | 1011000 | 111011 |
Color Harmonies of #3CF283
Complementary color
Monochromatic Colors of #3CF283
Black with #3CF283
Text Example
Text Example
White with #3CF283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF283; }
p { color: rgb(60,242,131); }
H1.HeaderClassName
{
color: #3CF283;
}
.AnyTagClassName
{
color: #3CF283;
}
</style>
background-color css
<style>
a { background-color: #3CF283; }
a { background-color: rgb(60,242,131); }
div.DivClassName
{
background-color: #3CF283;
}
.BgClassName
{
background-color: #3CF283;
}
</style>
border-color css
<style>
span { border-color: #3CF283; }
span { border-color: rgb(60,242,131); }
td.TdClassName
{
border-color: #3CF283;
}
.TagClassName
{
border-color: #3CF283;
}
</style>