Shades of Emerald #3BF269
Tints of Emerald #3BF269
RGB
CMYK
RGB Variations
Color information
#3BF269 (or 0x3BF269) is known color: Emerald. HEX triplet: 3B, F2 and 69. RGB value is (59,242,105). Sum of RGB (Red+Green+Blue) = 59+242+105=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 242 (94.92% from 255 or 59.61% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF269 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BF269 is #C40D96. Grayscale: #ACACAC. Windows color (decimal): -12848535 or 6943291. OLE color: 6943291.
HSL color Cylindrical-coordinate representation of color #3BF269: hue angle of 135.08º 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 #3BF269 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 242 | 105 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.05 |
| HSL | 135.08º | 0.88% | 0.59% | - |
| HSV(B) | 135.08º | 0.76% | 0.95% | - |
| XYZ | 36.11 | 65.45 | 24.1 | - |
| YUV | 171.67 | 90.37 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 242 | 105 | 0.76 | 0 | 0.57 | 0.05 | 135.08 | 0.88 | 0.59 |
| Hex | 3B | F2 | 69 | 4C | 0 | 39 | 5 | 87 | 58 | 3B |
| Octal | 73 | 362 | 151 | 114 | 0 | 71 | 5 | 207 | 130 | 73 |
| Binary | 111011 | 11110010 | 1101001 | 1001100 | 0 | 111001 | 101 | 10000111 | 1011000 | 111011 |
Color Harmonies of #3BF269
Complementary color
Monochromatic Colors of #3BF269
Black with #3BF269
Text Example
Text Example
White with #3BF269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BF269; }
p { color: rgb(59,242,105); }
H1.HeaderClassName
{
color: #3BF269;
}
.AnyTagClassName
{
color: #3BF269;
}
</style>
background-color css
<style>
a { background-color: #3BF269; }
a { background-color: rgb(59,242,105); }
div.DivClassName
{
background-color: #3BF269;
}
.BgClassName
{
background-color: #3BF269;
}
</style>
border-color css
<style>
span { border-color: #3BF269; }
span { border-color: rgb(59,242,105); }
td.TdClassName
{
border-color: #3BF269;
}
.TagClassName
{
border-color: #3BF269;
}
</style>