Shades of Emerald #3BF978
Tints of Emerald #3BF978
RGB
CMYK
RGB Variations
Color information
#3BF978 (or 0x3BF978) is known color: Emerald. HEX triplet: 3B, F9 and 78. RGB value is (59,249,120). Sum of RGB (Red+Green+Blue) = 59+249+120=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 249 (97.66% from 255 or 58.18% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 249 - color contains mainly: green. Hex color #3BF978 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF978 is #C40687. Grayscale: #B1B1B1. Windows color (decimal): -12846728 or 7928123. OLE color: 7928123.
HSL color Cylindrical-coordinate representation of color #3BF978: hue angle of 139.26º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF978 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 59 | 249 | 120 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.02 |
| HSL | 139.26º | 0.94% | 0.6% | - |
| HSV(B) | 139.26º | 0.76% | 0.98% | - |
| XYZ | 39.07 | 70.04 | 29.23 | - |
| YUV | 177.48 | 95.55 | 43.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 249 | 120 | 0.76 | 0 | 0.52 | 0.02 | 139.26 | 0.94 | 0.6 |
| Hex | 3B | F9 | 78 | 4C | 0 | 34 | 2 | 8B | 5E | 3C |
| Octal | 73 | 371 | 170 | 114 | 0 | 64 | 2 | 213 | 136 | 74 |
| Binary | 111011 | 11111001 | 1111000 | 1001100 | 0 | 110100 | 10 | 10001011 | 1011110 | 111100 |
Color Harmonies of #3BF978
Complementary color
Monochromatic Colors of #3BF978
Black with #3BF978
Text Example
Text Example
White with #3BF978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF978; }
p { color: rgb(59,249,120); }
H1.HeaderClassName
{
color: #3BF978;
}
.AnyTagClassName
{
color: #3BF978;
}
</style>
background-color css
<style>
a { background-color: #3BF978; }
a { background-color: rgb(59,249,120); }
div.DivClassName
{
background-color: #3BF978;
}
.BgClassName
{
background-color: #3BF978;
}
</style>
border-color css
<style>
span { border-color: #3BF978; }
span { border-color: rgb(59,249,120); }
td.TdClassName
{
border-color: #3BF978;
}
.TagClassName
{
border-color: #3BF978;
}
</style>