Shades of Emerald #3BFA80
Tints of Emerald #3BFA80
RGB
CMYK
RGB Variations
Color information
#3BFA80 (or 0x3BFA80) is known color: Emerald. HEX triplet: 3B, FA and 80. RGB value is (59,250,128). Sum of RGB (Red+Green+Blue) = 59+250+128=437 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.50% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFA80 is #C4057F. Grayscale: #B3B3B3. Windows color (decimal): -12846464 or 8452667. OLE color: 8452667.
HSL color Cylindrical-coordinate representation of color #3BFA80: hue angle of 141.68º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BFA80 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 250 | 128 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.02 |
| HSL | 141.68º | 0.95% | 0.61% | - |
| HSV(B) | 141.68º | 0.76% | 0.98% | - |
| XYZ | 39.89 | 70.86 | 32 | - |
| YUV | 178.98 | 99.22 | 42.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 250 | 128 | 0.76 | 0 | 0.49 | 0.02 | 141.68 | 0.95 | 0.61 |
| Hex | 3B | FA | 80 | 4C | 0 | 31 | 2 | 8E | 5F | 3D |
| Octal | 73 | 372 | 200 | 114 | 0 | 61 | 2 | 216 | 137 | 75 |
| Binary | 111011 | 11111010 | 10000000 | 1001100 | 0 | 110001 | 10 | 10001110 | 1011111 | 111101 |
Color Harmonies of #3BFA80
Complementary color
Monochromatic Colors of #3BFA80
Black with #3BFA80
Text Example
Text Example
White with #3BFA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFA80; }
p { color: rgb(59,250,128); }
H1.HeaderClassName
{
color: #3BFA80;
}
.AnyTagClassName
{
color: #3BFA80;
}
</style>
background-color css
<style>
a { background-color: #3BFA80; }
a { background-color: rgb(59,250,128); }
div.DivClassName
{
background-color: #3BFA80;
}
.BgClassName
{
background-color: #3BFA80;
}
</style>
border-color css
<style>
span { border-color: #3BFA80; }
span { border-color: rgb(59,250,128); }
td.TdClassName
{
border-color: #3BFA80;
}
.TagClassName
{
border-color: #3BFA80;
}
</style>