Shades of Emerald #3BFE85
Tints of Emerald #3BFE85
RGB
CMYK
RGB Variations
Color information
#3BFE85 (or 0x3BFE85) is known color: Emerald. HEX triplet: 3B, FE and 85. RGB value is (59,254,133). Sum of RGB (Red+Green+Blue) = 59+254+133=446 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.23% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFE85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFE85 is #C4017A. Grayscale: #B6B6B6. Windows color (decimal): -12845435 or 8781371. OLE color: 8781371.
HSL color Cylindrical-coordinate representation of color #3BFE85: hue angle of 142.77º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFE85 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 59 | 254 | 133 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.00 |
| HSL | 142.77º | 0.99% | 0.61% | - |
| HSV(B) | 142.77º | 0.77% | 1% | - |
| XYZ | 41.48 | 73.51 | 34.19 | - |
| YUV | 181.9 | 100.4 | 40.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 254 | 133 | 0.77 | 0 | 0.48 | 0.00 | 142.77 | 0.99 | 0.61 |
| Hex | 3B | FE | 85 | 4D | 0 | 30 | 0 | 8F | 63 | 3D |
| Octal | 73 | 376 | 205 | 115 | 0 | 60 | 0 | 217 | 143 | 75 |
| Binary | 111011 | 11111110 | 10000101 | 1001101 | 0 | 110000 | 0 | 10001111 | 1100011 | 111101 |
Color Harmonies of #3BFE85
Complementary color
Monochromatic Colors of #3BFE85
Black with #3BFE85
Text Example
Text Example
White with #3BFE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BFE85; }
p { color: rgb(59,254,133); }
H1.HeaderClassName
{
color: #3BFE85;
}
.AnyTagClassName
{
color: #3BFE85;
}
</style>
background-color css
<style>
a { background-color: #3BFE85; }
a { background-color: rgb(59,254,133); }
div.DivClassName
{
background-color: #3BFE85;
}
.BgClassName
{
background-color: #3BFE85;
}
</style>
border-color css
<style>
span { border-color: #3BFE85; }
span { border-color: rgb(59,254,133); }
td.TdClassName
{
border-color: #3BFE85;
}
.TagClassName
{
border-color: #3BFE85;
}
</style>