Shades of Emerald #67CC81
Tints of Emerald #67CC81
RGB
CMYK
RGB Variations
Color information
#67CC81 (or 0x67CC81) is known color: Emerald. HEX triplet: 67, CC and 81. RGB value is (103,204,129). Sum of RGB (Red+Green+Blue) = 103+204+129=436 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.62% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #67CC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CC81 is #98337E. Grayscale: #A5A5A5. Windows color (decimal): -9974655 or 8506471. OLE color: 8506471.
HSL color Cylindrical-coordinate representation of color #67CC81: hue angle of 135.45º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #67CC81 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 103 | 204 | 129 | - |
| CMYK | 0.50 | 0 | 0.37 | 0.2 |
| HSL | 135.45º | 0.5% | 0.6% | - |
| HSV(B) | 135.45º | 0.5% | 0.8% | - |
| XYZ | 31.15 | 47.65 | 28.33 | - |
| YUV | 165.25 | 107.54 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 204 | 129 | 0.50 | 0 | 0.37 | 0.2 | 135.45 | 0.5 | 0.6 |
| Hex | 67 | CC | 81 | 32 | 0 | 25 | 14 | 87 | 32 | 3C |
| Octal | 147 | 314 | 201 | 62 | 0 | 45 | 24 | 207 | 62 | 74 |
| Binary | 1100111 | 11001100 | 10000001 | 110010 | 0 | 100101 | 10100 | 10000111 | 110010 | 111100 |
Color Harmonies of #67CC81
Complementary color
Monochromatic Colors of #67CC81
Black with #67CC81
Text Example
Text Example
White with #67CC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CC81; }
p { color: rgb(103,204,129); }
H1.HeaderClassName
{
color: #67CC81;
}
.AnyTagClassName
{
color: #67CC81;
}
</style>
background-color css
<style>
a { background-color: #67CC81; }
a { background-color: rgb(103,204,129); }
div.DivClassName
{
background-color: #67CC81;
}
.BgClassName
{
background-color: #67CC81;
}
</style>
border-color css
<style>
span { border-color: #67CC81; }
span { border-color: rgb(103,204,129); }
td.TdClassName
{
border-color: #67CC81;
}
.TagClassName
{
border-color: #67CC81;
}
</style>