Shades of Emerald #3BF16F
Tints of Emerald #3BF16F
RGB
CMYK
RGB Variations
Color information
#3BF16F (or 0x3BF16F) is known color: Emerald. HEX triplet: 3B, F1 and 6F. RGB value is (59,241,111). Sum of RGB (Red+Green+Blue) = 59+241+111=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 241 (94.53% from 255 or 58.64% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF16F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF16F is #C40E90. Grayscale: #ACACAC. Windows color (decimal): -12848785 or 7336251. OLE color: 7336251.
HSL color Cylindrical-coordinate representation of color #3BF16F: hue angle of 137.14º degrees, saturation: 0.87, 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 #3BF16F is Cyan = 0.76, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 111 | - |
| CMYK | 0.76 | 0 | 0.54 | 0.05 |
| HSL | 137.14º | 0.87% | 0.59% | - |
| HSV(B) | 137.14º | 0.76% | 0.95% | - |
| XYZ | 36.13 | 64.99 | 25.68 | - |
| YUV | 171.76 | 93.7 | 47.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 111 | 0.76 | 0 | 0.54 | 0.05 | 137.14 | 0.87 | 0.59 |
| Hex | 3B | F1 | 6F | 4C | 0 | 36 | 5 | 89 | 57 | 3B |
| Octal | 73 | 361 | 157 | 114 | 0 | 66 | 5 | 211 | 127 | 73 |
| Binary | 111011 | 11110001 | 1101111 | 1001100 | 0 | 110110 | 101 | 10001001 | 1010111 | 111011 |
Color Harmonies of #3BF16F
Complementary color
Monochromatic Colors of #3BF16F
Black with #3BF16F
Text Example
Text Example
White with #3BF16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF16F; }
p { color: rgb(59,241,111); }
H1.HeaderClassName
{
color: #3BF16F;
}
.AnyTagClassName
{
color: #3BF16F;
}
</style>
background-color css
<style>
a { background-color: #3BF16F; }
a { background-color: rgb(59,241,111); }
div.DivClassName
{
background-color: #3BF16F;
}
.BgClassName
{
background-color: #3BF16F;
}
</style>
border-color css
<style>
span { border-color: #3BF16F; }
span { border-color: rgb(59,241,111); }
td.TdClassName
{
border-color: #3BF16F;
}
.TagClassName
{
border-color: #3BF16F;
}
</style>