Shades of Emerald #3BE96A
Tints of Emerald #3BE96A
RGB
CMYK
RGB Variations
Color information
#3BE96A (or 0x3BE96A) is known color: Emerald. HEX triplet: 3B, E9 and 6A. RGB value is (59,233,106). Sum of RGB (Red+Green+Blue) = 59+233+106=398 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.82% from 398); Green value is 233 (91.41% from 255 or 58.54% from 398); Blue value is 106 (41.80% from 255 or 26.63% from 398); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE96A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BE96A is #C41695. Grayscale: #A6A6A6. Windows color (decimal): -12850838 or 7006523. OLE color: 7006523.
HSL color Cylindrical-coordinate representation of color #3BE96A: hue angle of 136.21º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BE96A is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 59 | 233 | 106 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.09 |
| HSL | 136.21º | 0.8% | 0.57% | - |
| HSV(B) | 136.21º | 0.75% | 0.91% | - |
| XYZ | 33.54 | 60.25 | 23.5 | - |
| YUV | 166.5 | 93.85 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 233 | 106 | 0.75 | 0 | 0.55 | 0.09 | 136.21 | 0.8 | 0.57 |
| Hex | 3B | E9 | 6A | 4B | 0 | 37 | 9 | 88 | 50 | 39 |
| Octal | 73 | 351 | 152 | 113 | 0 | 67 | 11 | 210 | 120 | 71 |
| Binary | 111011 | 11101001 | 1101010 | 1001011 | 0 | 110111 | 1001 | 10001000 | 1010000 | 111001 |
Color Harmonies of #3BE96A
Complementary color
Monochromatic Colors of #3BE96A
Black with #3BE96A
Text Example
Text Example
White with #3BE96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BE96A; }
p { color: rgb(59,233,106); }
H1.HeaderClassName
{
color: #3BE96A;
}
.AnyTagClassName
{
color: #3BE96A;
}
</style>
background-color css
<style>
a { background-color: #3BE96A; }
a { background-color: rgb(59,233,106); }
div.DivClassName
{
background-color: #3BE96A;
}
.BgClassName
{
background-color: #3BE96A;
}
</style>
border-color css
<style>
span { border-color: #3BE96A; }
span { border-color: rgb(59,233,106); }
td.TdClassName
{
border-color: #3BE96A;
}
.TagClassName
{
border-color: #3BE96A;
}
</style>