Shades of Emerald #3BF275
Tints of Emerald #3BF275
RGB
CMYK
RGB Variations
Color information
#3BF275 (or 0x3BF275) is known color: Emerald. HEX triplet: 3B, F2 and 75. RGB value is (59,242,117). Sum of RGB (Red+Green+Blue) = 59+242+117=418 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.11% from 418); Green value is 242 (94.92% from 255 or 57.89% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF275 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF275 is #C40D8A. Grayscale: #ADADAD. Windows color (decimal): -12848523 or 7729723. OLE color: 7729723.
HSL color Cylindrical-coordinate representation of color #3BF275: hue angle of 139.02º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF275 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 117 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.05 |
| HSL | 139.02º | 0.88% | 0.59% | - |
| HSV(B) | 139.02º | 0.76% | 0.95% | - |
| XYZ | 36.77 | 65.72 | 27.58 | - |
| YUV | 173.03 | 96.37 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 117 | 0.76 | 0 | 0.52 | 0.05 | 139.02 | 0.88 | 0.59 |
| Hex | 3B | F2 | 75 | 4C | 0 | 34 | 5 | 8B | 58 | 3B |
| Octal | 73 | 362 | 165 | 114 | 0 | 64 | 5 | 213 | 130 | 73 |
| Binary | 111011 | 11110010 | 1110101 | 1001100 | 0 | 110100 | 101 | 10001011 | 1011000 | 111011 |
Color Harmonies of #3BF275
Complementary color
Monochromatic Colors of #3BF275
Black with #3BF275
Text Example
Text Example
White with #3BF275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF275; }
p { color: rgb(59,242,117); }
H1.HeaderClassName
{
color: #3BF275;
}
.AnyTagClassName
{
color: #3BF275;
}
</style>
background-color css
<style>
a { background-color: #3BF275; }
a { background-color: rgb(59,242,117); }
div.DivClassName
{
background-color: #3BF275;
}
.BgClassName
{
background-color: #3BF275;
}
</style>
border-color css
<style>
span { border-color: #3BF275; }
span { border-color: rgb(59,242,117); }
td.TdClassName
{
border-color: #3BF275;
}
.TagClassName
{
border-color: #3BF275;
}
</style>