Shades of Emerald #68CD80
Tints of Emerald #68CD80
RGB
CMYK
RGB Variations
Color information
#68CD80 (or 0x68CD80) is known color: Emerald. HEX triplet: 68, CD and 80. RGB value is (104,205,128). Sum of RGB (Red+Green+Blue) = 104+205+128=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CD80 is #97327F. Grayscale: #A6A6A6. Windows color (decimal): -9908864 or 8441192. OLE color: 8441192.
HSL color Cylindrical-coordinate representation of color #68CD80: hue angle of 134.26º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CD80 is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 128 | - |
| CMYK | 0.49 | 0 | 0.38 | 0.20 |
| HSL | 134.26º | 0.5% | 0.61% | - |
| HSV(B) | 134.26º | 0.49% | 0.8% | - |
| XYZ | 31.44 | 48.16 | 28.06 | - |
| YUV | 166.02 | 106.54 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 128 | 0.49 | 0 | 0.38 | 0.20 | 134.26 | 0.5 | 0.61 |
| Hex | 68 | CD | 80 | 31 | 0 | 26 | 14 | 86 | 32 | 3D |
| Octal | 150 | 315 | 200 | 61 | 0 | 46 | 24 | 206 | 62 | 75 |
| Binary | 1101000 | 11001101 | 10000000 | 110001 | 0 | 100110 | 10100 | 10000110 | 110010 | 111101 |
Color Harmonies of #68CD80
Complementary color
Monochromatic Colors of #68CD80
Black with #68CD80
Text Example
Text Example
White with #68CD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD80; }
p { color: rgb(104,205,128); }
H1.HeaderClassName
{
color: #68CD80;
}
.AnyTagClassName
{
color: #68CD80;
}
</style>
background-color css
<style>
a { background-color: #68CD80; }
a { background-color: rgb(104,205,128); }
div.DivClassName
{
background-color: #68CD80;
}
.BgClassName
{
background-color: #68CD80;
}
</style>
border-color css
<style>
span { border-color: #68CD80; }
span { border-color: rgb(104,205,128); }
td.TdClassName
{
border-color: #68CD80;
}
.TagClassName
{
border-color: #68CD80;
}
</style>