Shades of Emerald #67CF7C
Tints of Emerald #67CF7C
RGB
CMYK
RGB Variations
Color information
#67CF7C (or 0x67CF7C) is known color: Emerald. HEX triplet: 67, CF and 7C. RGB value is (103,207,124). Sum of RGB (Red+Green+Blue) = 103+207+124=434 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.73% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CF7C is #983083. Grayscale: #A6A6A6. Windows color (decimal): -9973892 or 8179559. OLE color: 8179559.
HSL color Cylindrical-coordinate representation of color #67CF7C: hue angle of 132.12º 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 #67CF7C is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 124 | - |
| CMYK | 0.50 | 0 | 0.40 | 0.19 |
| HSL | 132.12º | 0.52% | 0.61% | - |
| HSV(B) | 132.12º | 0.5% | 0.81% | - |
| XYZ | 31.54 | 48.96 | 26.86 | - |
| YUV | 166.44 | 104.04 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 124 | 0.50 | 0 | 0.40 | 0.19 | 132.12 | 0.52 | 0.61 |
| Hex | 67 | CF | 7C | 32 | 0 | 28 | 13 | 84 | 34 | 3D |
| Octal | 147 | 317 | 174 | 62 | 0 | 50 | 23 | 204 | 64 | 75 |
| Binary | 1100111 | 11001111 | 1111100 | 110010 | 0 | 101000 | 10011 | 10000100 | 110100 | 111101 |
Color Harmonies of #67CF7C
Complementary color
Monochromatic Colors of #67CF7C
Black with #67CF7C
Text Example
Text Example
White with #67CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF7C; }
p { color: rgb(103,207,124); }
H1.HeaderClassName
{
color: #67CF7C;
}
.AnyTagClassName
{
color: #67CF7C;
}
</style>
background-color css
<style>
a { background-color: #67CF7C; }
a { background-color: rgb(103,207,124); }
div.DivClassName
{
background-color: #67CF7C;
}
.BgClassName
{
background-color: #67CF7C;
}
</style>
border-color css
<style>
span { border-color: #67CF7C; }
span { border-color: rgb(103,207,124); }
td.TdClassName
{
border-color: #67CF7C;
}
.TagClassName
{
border-color: #67CF7C;
}
</style>