Shades of Emerald #68D281
Tints of Emerald #68D281
RGB
CMYK
RGB Variations
Color information
#68D281 (or 0x68D281) is known color: Emerald. HEX triplet: 68, D2 and 81. RGB value is (104,210,129). Sum of RGB (Red+Green+Blue) = 104+210+129=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #68D281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D281 is #972D7E. Grayscale: #A9A9A9. Windows color (decimal): -9907583 or 8508008. OLE color: 8508008.
HSL color Cylindrical-coordinate representation of color #68D281: hue angle of 134.15º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D281 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 129 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.18 |
| HSL | 134.15º | 0.54% | 0.62% | - |
| HSV(B) | 134.15º | 0.5% | 0.82% | - |
| XYZ | 32.72 | 50.62 | 28.82 | - |
| YUV | 169.07 | 105.38 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 129 | 0.50 | 0 | 0.39 | 0.18 | 134.15 | 0.54 | 0.62 |
| Hex | 68 | D2 | 81 | 32 | 0 | 27 | 12 | 86 | 36 | 3E |
| Octal | 150 | 322 | 201 | 62 | 0 | 47 | 22 | 206 | 66 | 76 |
| Binary | 1101000 | 11010010 | 10000001 | 110010 | 0 | 100111 | 10010 | 10000110 | 110110 | 111110 |
Color Harmonies of #68D281
Complementary color
Monochromatic Colors of #68D281
Black with #68D281
Text Example
Text Example
White with #68D281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D281; }
p { color: rgb(104,210,129); }
H1.HeaderClassName
{
color: #68D281;
}
.AnyTagClassName
{
color: #68D281;
}
</style>
background-color css
<style>
a { background-color: #68D281; }
a { background-color: rgb(104,210,129); }
div.DivClassName
{
background-color: #68D281;
}
.BgClassName
{
background-color: #68D281;
}
</style>
border-color css
<style>
span { border-color: #68D281; }
span { border-color: rgb(104,210,129); }
td.TdClassName
{
border-color: #68D281;
}
.TagClassName
{
border-color: #68D281;
}
</style>