Shades of Emerald #3CFF83
Tints of Emerald #3CFF83
RGB
CMYK
RGB Variations
Color information
#3CFF83 (or 0x3CFF83) is known color: Emerald. HEX triplet: 3C, FF and 83. RGB value is (60,255,131). Sum of RGB (Red+Green+Blue) = 60+255+131=446 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.45% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 131 (51.56% from 255 or 29.37% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFF83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CFF83 is #C3007C. Grayscale: #B6B6B6. Windows color (decimal): -12779645 or 8650556. OLE color: 8650556.
HSL color Cylindrical-coordinate representation of color #3CFF83: hue angle of 141.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFF83 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 255 | 131 | - |
| CMYK | 0.76 | 0 | 0.49 | 0 |
| HSL | 141.85º | 1% | 0.62% | - |
| HSV(B) | 141.85º | 0.76% | 1% | - |
| XYZ | 41.72 | 74.12 | 33.58 | - |
| YUV | 182.56 | 98.9 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 255 | 131 | 0.76 | 0 | 0.49 | 0 | 141.85 | 1 | 0.62 |
| Hex | 3C | FF | 83 | 4C | 0 | 31 | 0 | 8E | 64 | 3E |
| Octal | 74 | 377 | 203 | 114 | 0 | 61 | 0 | 216 | 144 | 76 |
| Binary | 111100 | 11111111 | 10000011 | 1001100 | 0 | 110001 | 0 | 10001110 | 1100100 | 111110 |
Color Harmonies of #3CFF83
Complementary color
Monochromatic Colors of #3CFF83
Black with #3CFF83
Text Example
Text Example
White with #3CFF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CFF83; }
p { color: rgb(60,255,131); }
H1.HeaderClassName
{
color: #3CFF83;
}
.AnyTagClassName
{
color: #3CFF83;
}
</style>
background-color css
<style>
a { background-color: #3CFF83; }
a { background-color: rgb(60,255,131); }
div.DivClassName
{
background-color: #3CFF83;
}
.BgClassName
{
background-color: #3CFF83;
}
</style>
border-color css
<style>
span { border-color: #3CFF83; }
span { border-color: rgb(60,255,131); }
td.TdClassName
{
border-color: #3CFF83;
}
.TagClassName
{
border-color: #3CFF83;
}
</style>