Shades of Emerald #68D483
Tints of Emerald #68D483
RGB
CMYK
RGB Variations
Color information
#68D483 (or 0x68D483) is known color: Emerald. HEX triplet: 68, D4 and 83. RGB value is (104,212,131). Sum of RGB (Red+Green+Blue) = 104+212+131=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 212 - color contains mainly: green. Hex color #68D483 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D483 is #972B7C. Grayscale: #AAAAAA. Windows color (decimal): -9907069 or 8639592. OLE color: 8639592.
HSL color Cylindrical-coordinate representation of color #68D483: hue angle of 135º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D483 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 212 | 131 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.17 |
| HSL | 135º | 0.56% | 0.62% | - |
| HSV(B) | 135º | 0.51% | 0.83% | - |
| XYZ | 33.35 | 51.67 | 29.69 | - |
| YUV | 170.47 | 105.72 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 212 | 131 | 0.51 | 0 | 0.38 | 0.17 | 135 | 0.56 | 0.62 |
| Hex | 68 | D4 | 83 | 33 | 0 | 26 | 11 | 87 | 38 | 3E |
| Octal | 150 | 324 | 203 | 63 | 0 | 46 | 21 | 207 | 70 | 76 |
| Binary | 1101000 | 11010100 | 10000011 | 110011 | 0 | 100110 | 10001 | 10000111 | 111000 | 111110 |
Color Harmonies of #68D483
Complementary color
Monochromatic Colors of #68D483
Black with #68D483
Text Example
Text Example
White with #68D483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D483; }
p { color: rgb(104,212,131); }
H1.HeaderClassName
{
color: #68D483;
}
.AnyTagClassName
{
color: #68D483;
}
</style>
background-color css
<style>
a { background-color: #68D483; }
a { background-color: rgb(104,212,131); }
div.DivClassName
{
background-color: #68D483;
}
.BgClassName
{
background-color: #68D483;
}
</style>
border-color css
<style>
span { border-color: #68D483; }
span { border-color: rgb(104,212,131); }
td.TdClassName
{
border-color: #68D483;
}
.TagClassName
{
border-color: #68D483;
}
</style>