Shades of Emerald #3BF16D
Tints of Emerald #3BF16D
RGB
CMYK
RGB Variations
Color information
#3BF16D (or 0x3BF16D) is known color: Emerald. HEX triplet: 3B, F1 and 6D. RGB value is (59,241,109). Sum of RGB (Red+Green+Blue) = 59+241+109=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 241 (94.53% from 255 or 58.92% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 241 - color contains mainly: green. Hex color #3BF16D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF16D is #C40E92. Grayscale: #ABABAB. Windows color (decimal): -12848787 or 7205179. OLE color: 7205179.
HSL color Cylindrical-coordinate representation of color #3BF16D: hue angle of 136.48º 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 #3BF16D is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 241 | 109 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.05 |
| HSL | 136.48º | 0.87% | 0.59% | - |
| HSV(B) | 136.48º | 0.76% | 0.95% | - |
| XYZ | 36.02 | 64.94 | 25.11 | - |
| YUV | 171.53 | 92.7 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 241 | 109 | 0.76 | 0 | 0.55 | 0.05 | 136.48 | 0.87 | 0.59 |
| Hex | 3B | F1 | 6D | 4C | 0 | 37 | 5 | 88 | 57 | 3B |
| Octal | 73 | 361 | 155 | 114 | 0 | 67 | 5 | 210 | 127 | 73 |
| Binary | 111011 | 11110001 | 1101101 | 1001100 | 0 | 110111 | 101 | 10001000 | 1010111 | 111011 |
Color Harmonies of #3BF16D
Complementary color
Monochromatic Colors of #3BF16D
Black with #3BF16D
Text Example
Text Example
White with #3BF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF16D; }
p { color: rgb(59,241,109); }
H1.HeaderClassName
{
color: #3BF16D;
}
.AnyTagClassName
{
color: #3BF16D;
}
</style>
background-color css
<style>
a { background-color: #3BF16D; }
a { background-color: rgb(59,241,109); }
div.DivClassName
{
background-color: #3BF16D;
}
.BgClassName
{
background-color: #3BF16D;
}
</style>
border-color css
<style>
span { border-color: #3BF16D; }
span { border-color: rgb(59,241,109); }
td.TdClassName
{
border-color: #3BF16D;
}
.TagClassName
{
border-color: #3BF16D;
}
</style>