Shades of Mantis #67DA4E
Tints of Mantis #67DA4E
RGB
CMYK
RGB Variations
Color information
#67DA4E (or 0x67DA4E) is known color: Mantis. HEX triplet: 67, DA and 4E. RGB value is (103,218,78). Sum of RGB (Red+Green+Blue) = 103+218+78=399 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.81% from 399); Green value is 218 (85.55% from 255 or 54.64% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 218 - color contains mainly: green. Hex color #67DA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67DA4E is #9825B1. Grayscale: #A8A8A8. Windows color (decimal): -9971122 or 5167719. OLE color: 5167719.
HSL color Cylindrical-coordinate representation of color #67DA4E: hue angle of 109.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67DA4E is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 218 | 78 | - |
| CMYK | 0.53 | 0 | 0.64 | 0.15 |
| HSL | 109.29º | 0.65% | 0.58% | - |
| HSV(B) | 109.29º | 0.64% | 0.85% | - |
| XYZ | 32.04 | 53.58 | 15.86 | - |
| YUV | 167.66 | 77.4 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 218 | 78 | 0.53 | 0 | 0.64 | 0.15 | 109.29 | 0.65 | 0.58 |
| Hex | 67 | DA | 4E | 35 | 0 | 40 | F | 6D | 41 | 3A |
| Octal | 147 | 332 | 116 | 65 | 0 | 100 | 17 | 155 | 101 | 72 |
| Binary | 1100111 | 11011010 | 1001110 | 110101 | 0 | 1000000 | 1111 | 1101101 | 1000001 | 111010 |
Color Harmonies of #67DA4E
Complementary color
Monochromatic Colors of #67DA4E
Black with #67DA4E
Text Example
Text Example
White with #67DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DA4E; }
p { color: rgb(103,218,78); }
H1.HeaderClassName
{
color: #67DA4E;
}
.AnyTagClassName
{
color: #67DA4E;
}
</style>
background-color css
<style>
a { background-color: #67DA4E; }
a { background-color: rgb(103,218,78); }
div.DivClassName
{
background-color: #67DA4E;
}
.BgClassName
{
background-color: #67DA4E;
}
</style>
border-color css
<style>
span { border-color: #67DA4E; }
span { border-color: rgb(103,218,78); }
td.TdClassName
{
border-color: #67DA4E;
}
.TagClassName
{
border-color: #67DA4E;
}
</style>