Shades of Emerald #3BDF5A
Tints of Emerald #3BDF5A
RGB
CMYK
RGB Variations
Color information
#3BDF5A (or 0x3BDF5A) is known color: Emerald. HEX triplet: 3B, DF and 5A. RGB value is (59,223,90). Sum of RGB (Red+Green+Blue) = 59+223+90=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 90 (35.55% from 255 or 24.19% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #3BDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BDF5A is #C420A5. Grayscale: #9F9F9F. Windows color (decimal): -12853414 or 5955387. OLE color: 5955387.
HSL color Cylindrical-coordinate representation of color #3BDF5A: hue angle of 131.34º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BDF5A is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 223 | 90 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.13 |
| HSL | 131.34º | 0.72% | 0.55% | - |
| HSV(B) | 131.34º | 0.74% | 0.87% | - |
| XYZ | 30.04 | 54.44 | 18.6 | - |
| YUV | 158.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 223 | 90 | 0.74 | 0 | 0.60 | 0.13 | 131.34 | 0.72 | 0.55 |
| Hex | 3B | DF | 5A | 4A | 0 | 3C | D | 83 | 48 | 37 |
| Octal | 73 | 337 | 132 | 112 | 0 | 74 | 15 | 203 | 110 | 67 |
| Binary | 111011 | 11011111 | 1011010 | 1001010 | 0 | 111100 | 1101 | 10000011 | 1001000 | 110111 |
Color Harmonies of #3BDF5A
Complementary color
Monochromatic Colors of #3BDF5A
Black with #3BDF5A
Text Example
Text Example
White with #3BDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BDF5A; }
p { color: rgb(59,223,90); }
H1.HeaderClassName
{
color: #3BDF5A;
}
.AnyTagClassName
{
color: #3BDF5A;
}
</style>
background-color css
<style>
a { background-color: #3BDF5A; }
a { background-color: rgb(59,223,90); }
div.DivClassName
{
background-color: #3BDF5A;
}
.BgClassName
{
background-color: #3BDF5A;
}
</style>
border-color css
<style>
span { border-color: #3BDF5A; }
span { border-color: rgb(59,223,90); }
td.TdClassName
{
border-color: #3BDF5A;
}
.TagClassName
{
border-color: #3BDF5A;
}
</style>