Shades of Emerald #68CF7F
Tints of Emerald #68CF7F
RGB
CMYK
RGB Variations
Color information
#68CF7F (or 0x68CF7F) is known color: Emerald. HEX triplet: 68, CF and 7F. RGB value is (104,207,127). Sum of RGB (Red+Green+Blue) = 104+207+127=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #68CF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68CF7F is #973080. Grayscale: #A7A7A7. Windows color (decimal): -9908353 or 8376168. OLE color: 8376168.
HSL color Cylindrical-coordinate representation of color #68CF7F: hue angle of 133.4º 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 #68CF7F is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 207 | 127 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.19 |
| HSL | 133.4º | 0.52% | 0.61% | - |
| HSV(B) | 133.4º | 0.5% | 0.81% | - |
| XYZ | 31.85 | 49.1 | 27.88 | - |
| YUV | 167.08 | 105.38 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 207 | 127 | 0.50 | 0 | 0.39 | 0.19 | 133.4 | 0.52 | 0.61 |
| Hex | 68 | CF | 7F | 32 | 0 | 27 | 13 | 85 | 34 | 3D |
| Octal | 150 | 317 | 177 | 62 | 0 | 47 | 23 | 205 | 64 | 75 |
| Binary | 1101000 | 11001111 | 1111111 | 110010 | 0 | 100111 | 10011 | 10000101 | 110100 | 111101 |
Color Harmonies of #68CF7F
Complementary color
Monochromatic Colors of #68CF7F
Black with #68CF7F
Text Example
Text Example
White with #68CF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CF7F; }
p { color: rgb(104,207,127); }
H1.HeaderClassName
{
color: #68CF7F;
}
.AnyTagClassName
{
color: #68CF7F;
}
</style>
background-color css
<style>
a { background-color: #68CF7F; }
a { background-color: rgb(104,207,127); }
div.DivClassName
{
background-color: #68CF7F;
}
.BgClassName
{
background-color: #68CF7F;
}
</style>
border-color css
<style>
span { border-color: #68CF7F; }
span { border-color: rgb(104,207,127); }
td.TdClassName
{
border-color: #68CF7F;
}
.TagClassName
{
border-color: #68CF7F;
}
</style>