Shades of Emerald #3BF577
Tints of Emerald #3BF577
RGB
CMYK
RGB Variations
Color information
#3BF577 (or 0x3BF577) is known color: Emerald. HEX triplet: 3B, F5 and 77. RGB value is (59,245,119). Sum of RGB (Red+Green+Blue) = 59+245+119=423 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.95% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF577 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF577 is #C40A88. Grayscale: #AFAFAF. Windows color (decimal): -12847753 or 7861563. OLE color: 7861563.
HSL color Cylindrical-coordinate representation of color #3BF577: hue angle of 139.35º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF577 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 59 | 245 | 119 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.04 |
| HSL | 139.35º | 0.9% | 0.6% | - |
| HSV(B) | 139.35º | 0.76% | 0.96% | - |
| XYZ | 37.79 | 67.57 | 28.5 | - |
| YUV | 175.02 | 96.38 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 245 | 119 | 0.76 | 0 | 0.51 | 0.04 | 139.35 | 0.9 | 0.6 |
| Hex | 3B | F5 | 77 | 4C | 0 | 33 | 4 | 8B | 5A | 3C |
| Octal | 73 | 365 | 167 | 114 | 0 | 63 | 4 | 213 | 132 | 74 |
| Binary | 111011 | 11110101 | 1110111 | 1001100 | 0 | 110011 | 100 | 10001011 | 1011010 | 111100 |
Color Harmonies of #3BF577
Complementary color
Monochromatic Colors of #3BF577
Black with #3BF577
Text Example
Text Example
White with #3BF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF577; }
p { color: rgb(59,245,119); }
H1.HeaderClassName
{
color: #3BF577;
}
.AnyTagClassName
{
color: #3BF577;
}
</style>
background-color css
<style>
a { background-color: #3BF577; }
a { background-color: rgb(59,245,119); }
div.DivClassName
{
background-color: #3BF577;
}
.BgClassName
{
background-color: #3BF577;
}
</style>
border-color css
<style>
span { border-color: #3BF577; }
span { border-color: rgb(59,245,119); }
td.TdClassName
{
border-color: #3BF577;
}
.TagClassName
{
border-color: #3BF577;
}
</style>