Shades of Emerald #3FE65B
Tints of Emerald #3FE65B
RGB
CMYK
RGB Variations
Color information
#3FE65B (or 0x3FE65B) is known color: Emerald. HEX triplet: 3F, E6 and 5B. RGB value is (63,230,91). Sum of RGB (Red+Green+Blue) = 63+230+91=384 (50% of max value = 765). Red value is 63 (25% from 255 or 16.41% from 384); Green value is 230 (90.23% from 255 or 59.90% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE65B is #C019A4. Grayscale: #A4A4A4. Windows color (decimal): -12589477 or 6022719. OLE color: 6022719.
HSL color Cylindrical-coordinate representation of color #3FE65B: hue angle of 130.06º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE65B is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 91 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.10 |
| HSL | 130.06º | 0.77% | 0.57% | - |
| HSV(B) | 130.06º | 0.73% | 0.9% | - |
| XYZ | 32.24 | 58.41 | 19.47 | - |
| YUV | 164.22 | 86.67 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 91 | 0.73 | 0 | 0.60 | 0.10 | 130.06 | 0.77 | 0.57 |
| Hex | 3F | E6 | 5B | 49 | 0 | 3C | A | 82 | 4D | 39 |
| Octal | 77 | 346 | 133 | 111 | 0 | 74 | 12 | 202 | 115 | 71 |
| Binary | 111111 | 11100110 | 1011011 | 1001001 | 0 | 111100 | 1010 | 10000010 | 1001101 | 111001 |
Color Harmonies of #3FE65B
Complementary color
Monochromatic Colors of #3FE65B
Black with #3FE65B
Text Example
Text Example
White with #3FE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE65B; }
p { color: rgb(63,230,91); }
H1.HeaderClassName
{
color: #3FE65B;
}
.AnyTagClassName
{
color: #3FE65B;
}
</style>
background-color css
<style>
a { background-color: #3FE65B; }
a { background-color: rgb(63,230,91); }
div.DivClassName
{
background-color: #3FE65B;
}
.BgClassName
{
background-color: #3FE65B;
}
</style>
border-color css
<style>
span { border-color: #3FE65B; }
span { border-color: rgb(63,230,91); }
td.TdClassName
{
border-color: #3FE65B;
}
.TagClassName
{
border-color: #3FE65B;
}
</style>