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