Shades of Emerald #68CF80
Tints of Emerald #68CF80
RGB
CMYK
RGB Variations
Color information
#68CF80 (or 0x68CF80) is known color: Emerald. HEX triplet: 68, CF and 80. RGB value is (104,207,128). Sum of RGB (Red+Green+Blue) = 104+207+128=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 207 (81.25% from 255 or 47.15% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CF80 is #97307F. Grayscale: #A7A7A7. Windows color (decimal): -9908352 or 8441704. OLE color: 8441704.
HSL color Cylindrical-coordinate representation of color #68CF80: hue angle of 133.98º degrees, saturation: 0.52, 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 #68CF80 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 128 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.19 |
| HSL | 133.98º | 0.52% | 0.61% | - |
| HSV(B) | 133.98º | 0.5% | 0.81% | - |
| XYZ | 31.92 | 49.13 | 28.22 | - |
| YUV | 167.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 128 | 0.50 | 0 | 0.38 | 0.19 | 133.98 | 0.52 | 0.61 |
| Hex | 68 | CF | 80 | 32 | 0 | 26 | 13 | 86 | 34 | 3D |
| Octal | 150 | 317 | 200 | 62 | 0 | 46 | 23 | 206 | 64 | 75 |
| Binary | 1101000 | 11001111 | 10000000 | 110010 | 0 | 100110 | 10011 | 10000110 | 110100 | 111101 |
Color Harmonies of #68CF80
Complementary color
Monochromatic Colors of #68CF80
Black with #68CF80
Text Example
Text Example
White with #68CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF80; }
p { color: rgb(104,207,128); }
H1.HeaderClassName
{
color: #68CF80;
}
.AnyTagClassName
{
color: #68CF80;
}
</style>
background-color css
<style>
a { background-color: #68CF80; }
a { background-color: rgb(104,207,128); }
div.DivClassName
{
background-color: #68CF80;
}
.BgClassName
{
background-color: #68CF80;
}
</style>
border-color css
<style>
span { border-color: #68CF80; }
span { border-color: rgb(104,207,128); }
td.TdClassName
{
border-color: #68CF80;
}
.TagClassName
{
border-color: #68CF80;
}
</style>