Shades of Emerald #3BE66A
Tints of Emerald #3BE66A
RGB
CMYK
RGB Variations
Color information
#3BE66A (or 0x3BE66A) is known color: Emerald. HEX triplet: 3B, E6 and 6A. RGB value is (59,230,106). Sum of RGB (Red+Green+Blue) = 59+230+106=395 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.94% from 395); Green value is 230 (90.23% from 255 or 58.23% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 230 - color contains mainly: green. Hex color #3BE66A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE66A is #C41995. Grayscale: #A5A5A5. Windows color (decimal): -12851606 or 7005755. OLE color: 7005755.
HSL color Cylindrical-coordinate representation of color #3BE66A: hue angle of 136.49º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE66A is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 59 | 230 | 106 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.10 |
| HSL | 136.49º | 0.77% | 0.57% | - |
| HSV(B) | 136.49º | 0.74% | 0.9% | - |
| XYZ | 32.7 | 58.56 | 23.22 | - |
| YUV | 164.74 | 94.85 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 230 | 106 | 0.74 | 0 | 0.54 | 0.10 | 136.49 | 0.77 | 0.57 |
| Hex | 3B | E6 | 6A | 4A | 0 | 36 | A | 88 | 4D | 39 |
| Octal | 73 | 346 | 152 | 112 | 0 | 66 | 12 | 210 | 115 | 71 |
| Binary | 111011 | 11100110 | 1101010 | 1001010 | 0 | 110110 | 1010 | 10001000 | 1001101 | 111001 |
Color Harmonies of #3BE66A
Complementary color
Monochromatic Colors of #3BE66A
Black with #3BE66A
Text Example
Text Example
White with #3BE66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE66A; }
p { color: rgb(59,230,106); }
H1.HeaderClassName
{
color: #3BE66A;
}
.AnyTagClassName
{
color: #3BE66A;
}
</style>
background-color css
<style>
a { background-color: #3BE66A; }
a { background-color: rgb(59,230,106); }
div.DivClassName
{
background-color: #3BE66A;
}
.BgClassName
{
background-color: #3BE66A;
}
</style>
border-color css
<style>
span { border-color: #3BE66A; }
span { border-color: rgb(59,230,106); }
td.TdClassName
{
border-color: #3BE66A;
}
.TagClassName
{
border-color: #3BE66A;
}
</style>