Shades of Emerald #3BEF68
Tints of Emerald #3BEF68
RGB
CMYK
RGB Variations
Color information
#3BEF68 (or 0x3BEF68) is known color: Emerald. HEX triplet: 3B, EF and 68. RGB value is (59,239,104). Sum of RGB (Red+Green+Blue) = 59+239+104=402 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.68% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 104 (41.02% from 255 or 25.87% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEF68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3BEF68 is #C41097. Grayscale: #AAAAAA. Windows color (decimal): -12849304 or 6876987. OLE color: 6876987.
HSL color Cylindrical-coordinate representation of color #3BEF68: hue angle of 135º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEF68 is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 59 | 239 | 104 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.06 |
| HSL | 135º | 0.85% | 0.58% | - |
| HSV(B) | 135º | 0.75% | 0.94% | - |
| XYZ | 35.17 | 63.66 | 23.53 | - |
| YUV | 169.79 | 90.87 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 239 | 104 | 0.75 | 0 | 0.56 | 0.06 | 135 | 0.85 | 0.58 |
| Hex | 3B | EF | 68 | 4B | 0 | 38 | 6 | 87 | 55 | 3A |
| Octal | 73 | 357 | 150 | 113 | 0 | 70 | 6 | 207 | 125 | 72 |
| Binary | 111011 | 11101111 | 1101000 | 1001011 | 0 | 111000 | 110 | 10000111 | 1010101 | 111010 |
Color Harmonies of #3BEF68
Complementary color
Monochromatic Colors of #3BEF68
Black with #3BEF68
Text Example
Text Example
White with #3BEF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BEF68; }
p { color: rgb(59,239,104); }
H1.HeaderClassName
{
color: #3BEF68;
}
.AnyTagClassName
{
color: #3BEF68;
}
</style>
background-color css
<style>
a { background-color: #3BEF68; }
a { background-color: rgb(59,239,104); }
div.DivClassName
{
background-color: #3BEF68;
}
.BgClassName
{
background-color: #3BEF68;
}
</style>
border-color css
<style>
span { border-color: #3BEF68; }
span { border-color: rgb(59,239,104); }
td.TdClassName
{
border-color: #3BEF68;
}
.TagClassName
{
border-color: #3BEF68;
}
</style>