Shades of Emerald #39CA80
Tints of Emerald #39CA80
RGB
CMYK
RGB Variations
Color information
#39CA80 (or 0x39CA80) is known color: Emerald. HEX triplet: 39, CA and 80. RGB value is (57,202,128). Sum of RGB (Red+Green+Blue) = 57+202+128=387 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.73% from 387); Green value is 202 (79.30% from 255 or 52.20% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 202 - color contains mainly: green. Hex color #39CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39CA80 is #C6357F. Grayscale: #969696. Windows color (decimal): -12989824 or 8440377. OLE color: 8440377.
HSL color Cylindrical-coordinate representation of color #39CA80: hue angle of 149.38º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CA80 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 57 | 202 | 128 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.21 |
| HSL | 149.38º | 0.58% | 0.51% | - |
| HSV(B) | 149.38º | 0.72% | 0.79% | - |
| XYZ | 26.7 | 44.67 | 27.64 | - |
| YUV | 150.21 | 115.46 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 202 | 128 | 0.72 | 0 | 0.37 | 0.21 | 149.38 | 0.58 | 0.51 |
| Hex | 39 | CA | 80 | 48 | 0 | 25 | 15 | 95 | 3A | 33 |
| Octal | 71 | 312 | 200 | 110 | 0 | 45 | 25 | 225 | 72 | 63 |
| Binary | 111001 | 11001010 | 10000000 | 1001000 | 0 | 100101 | 10101 | 10010101 | 111010 | 110011 |
Color Harmonies of #39CA80
Complementary color
Monochromatic Colors of #39CA80
Black with #39CA80
Text Example
Text Example
White with #39CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39CA80; }
p { color: rgb(57,202,128); }
H1.HeaderClassName
{
color: #39CA80;
}
.AnyTagClassName
{
color: #39CA80;
}
</style>
background-color css
<style>
a { background-color: #39CA80; }
a { background-color: rgb(57,202,128); }
div.DivClassName
{
background-color: #39CA80;
}
.BgClassName
{
background-color: #39CA80;
}
</style>
border-color css
<style>
span { border-color: #39CA80; }
span { border-color: rgb(57,202,128); }
td.TdClassName
{
border-color: #39CA80;
}
.TagClassName
{
border-color: #39CA80;
}
</style>