Shades of Mantis #66DE4D
Tints of Mantis #66DE4D
RGB
CMYK
RGB Variations
Color information
#66DE4D (or 0x66DE4D) is known color: Mantis. HEX triplet: 66, DE and 4D. RGB value is (102,222,77). Sum of RGB (Red+Green+Blue) = 102+222+77=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DE4D is #9921B2. Grayscale: #AAAAAA. Windows color (decimal): -10035635 or 5103206. OLE color: 5103206.
HSL color Cylindrical-coordinate representation of color #66DE4D: hue angle of 109.66º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66DE4D is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 222 | 77 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.13 |
| HSL | 109.66º | 0.69% | 0.59% | - |
| HSV(B) | 109.66º | 0.65% | 0.87% | - |
| XYZ | 32.94 | 55.6 | 16.02 | - |
| YUV | 169.59 | 75.74 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 77 | 0.54 | 0 | 0.65 | 0.13 | 109.66 | 0.69 | 0.59 |
| Hex | 66 | DE | 4D | 36 | 0 | 41 | D | 6E | 45 | 3B |
| Octal | 146 | 336 | 115 | 66 | 0 | 101 | 15 | 156 | 105 | 73 |
| Binary | 1100110 | 11011110 | 1001101 | 110110 | 0 | 1000001 | 1101 | 1101110 | 1000101 | 111011 |
Color Harmonies of #66DE4D
Complementary color
Monochromatic Colors of #66DE4D
Black with #66DE4D
Text Example
Text Example
White with #66DE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DE4D; }
p { color: rgb(102,222,77); }
H1.HeaderClassName
{
color: #66DE4D;
}
.AnyTagClassName
{
color: #66DE4D;
}
</style>
background-color css
<style>
a { background-color: #66DE4D; }
a { background-color: rgb(102,222,77); }
div.DivClassName
{
background-color: #66DE4D;
}
.BgClassName
{
background-color: #66DE4D;
}
</style>
border-color css
<style>
span { border-color: #66DE4D; }
span { border-color: rgb(102,222,77); }
td.TdClassName
{
border-color: #66DE4D;
}
.TagClassName
{
border-color: #66DE4D;
}
</style>