Shades of Emerald #68CE7D
Tints of Emerald #68CE7D
RGB
CMYK
RGB Variations
Color information
#68CE7D (or 0x68CE7D) is known color: Emerald. HEX triplet: 68, CE and 7D. RGB value is (104,206,125). Sum of RGB (Red+Green+Blue) = 104+206+125=435 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.91% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 206 - color contains mainly: green. Hex color #68CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CE7D is #973182. Grayscale: #A6A6A6. Windows color (decimal): -9908611 or 8244840. OLE color: 8244840.
HSL color Cylindrical-coordinate representation of color #68CE7D: hue angle of 132.35º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68CE7D is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 206 | 125 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.19 |
| HSL | 132.35º | 0.51% | 0.61% | - |
| HSV(B) | 132.35º | 0.5% | 0.81% | - |
| XYZ | 31.48 | 48.57 | 27.12 | - |
| YUV | 166.27 | 104.71 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 206 | 125 | 0.50 | 0 | 0.39 | 0.19 | 132.35 | 0.51 | 0.61 |
| Hex | 68 | CE | 7D | 32 | 0 | 27 | 13 | 84 | 33 | 3D |
| Octal | 150 | 316 | 175 | 62 | 0 | 47 | 23 | 204 | 63 | 75 |
| Binary | 1101000 | 11001110 | 1111101 | 110010 | 0 | 100111 | 10011 | 10000100 | 110011 | 111101 |
Color Harmonies of #68CE7D
Complementary color
Monochromatic Colors of #68CE7D
Black with #68CE7D
Text Example
Text Example
White with #68CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CE7D; }
p { color: rgb(104,206,125); }
H1.HeaderClassName
{
color: #68CE7D;
}
.AnyTagClassName
{
color: #68CE7D;
}
</style>
background-color css
<style>
a { background-color: #68CE7D; }
a { background-color: rgb(104,206,125); }
div.DivClassName
{
background-color: #68CE7D;
}
.BgClassName
{
background-color: #68CE7D;
}
</style>
border-color css
<style>
span { border-color: #68CE7D; }
span { border-color: rgb(104,206,125); }
td.TdClassName
{
border-color: #68CE7D;
}
.TagClassName
{
border-color: #68CE7D;
}
</style>