Shades of Emerald #39CC7B
Tints of Emerald #39CC7B
RGB
CMYK
RGB Variations
Color information
#39CC7B (or 0x39CC7B) is known color: Emerald. HEX triplet: 39, CC and 7B. RGB value is (57,204,123). Sum of RGB (Red+Green+Blue) = 57+204+123=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #39CC7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39CC7B is #C63384. Grayscale: #969696. Windows color (decimal): -12989317 or 8113209. OLE color: 8113209.
HSL color Cylindrical-coordinate representation of color #39CC7B: hue angle of 146.94º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CC7B is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 57 | 204 | 123 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.2 |
| HSL | 146.94º | 0.59% | 0.51% | - |
| HSV(B) | 146.94º | 0.72% | 0.8% | - |
| XYZ | 26.86 | 45.49 | 26.1 | - |
| YUV | 150.81 | 112.3 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 204 | 123 | 0.72 | 0 | 0.40 | 0.2 | 146.94 | 0.59 | 0.51 |
| Hex | 39 | CC | 7B | 48 | 0 | 28 | 14 | 93 | 3B | 33 |
| Octal | 71 | 314 | 173 | 110 | 0 | 50 | 24 | 223 | 73 | 63 |
| Binary | 111001 | 11001100 | 1111011 | 1001000 | 0 | 101000 | 10100 | 10010011 | 111011 | 110011 |
Color Harmonies of #39CC7B
Complementary color
Monochromatic Colors of #39CC7B
Black with #39CC7B
Text Example
Text Example
White with #39CC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CC7B; }
p { color: rgb(57,204,123); }
H1.HeaderClassName
{
color: #39CC7B;
}
.AnyTagClassName
{
color: #39CC7B;
}
</style>
background-color css
<style>
a { background-color: #39CC7B; }
a { background-color: rgb(57,204,123); }
div.DivClassName
{
background-color: #39CC7B;
}
.BgClassName
{
background-color: #39CC7B;
}
</style>
border-color css
<style>
span { border-color: #39CC7B; }
span { border-color: rgb(57,204,123); }
td.TdClassName
{
border-color: #39CC7B;
}
.TagClassName
{
border-color: #39CC7B;
}
</style>