Shades of Mantis #66D656
Tints of Mantis #66D656
RGB
CMYK
RGB Variations
Color information
#66D656 (or 0x66D656) is known color: Mantis. HEX triplet: 66, D6 and 56. RGB value is (102,214,86). Sum of RGB (Red+Green+Blue) = 102+214+86=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #66D656 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D656 is #9929A9. Grayscale: #A6A6A6. Windows color (decimal): -10037674 or 5690982. OLE color: 5690982.
HSL color Cylindrical-coordinate representation of color #66D656: hue angle of 112.5º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66D656 is Cyan = 0.52, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 86 | - |
| CMYK | 0.52 | 0 | 0.60 | 0.16 |
| HSL | 112.5º | 0.61% | 0.59% | - |
| HSV(B) | 112.5º | 0.6% | 0.84% | - |
| XYZ | 31.21 | 51.59 | 17.12 | - |
| YUV | 165.92 | 82.89 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 86 | 0.52 | 0 | 0.60 | 0.16 | 112.5 | 0.61 | 0.59 |
| Hex | 66 | D6 | 56 | 34 | 0 | 3C | 10 | 70 | 3D | 3B |
| Octal | 146 | 326 | 126 | 64 | 0 | 74 | 20 | 160 | 75 | 73 |
| Binary | 1100110 | 11010110 | 1010110 | 110100 | 0 | 111100 | 10000 | 1110000 | 111101 | 111011 |
Color Harmonies of #66D656
Complementary color
Monochromatic Colors of #66D656
Black with #66D656
Text Example
Text Example
White with #66D656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D656; }
p { color: rgb(102,214,86); }
H1.HeaderClassName
{
color: #66D656;
}
.AnyTagClassName
{
color: #66D656;
}
</style>
background-color css
<style>
a { background-color: #66D656; }
a { background-color: rgb(102,214,86); }
div.DivClassName
{
background-color: #66D656;
}
.BgClassName
{
background-color: #66D656;
}
</style>
border-color css
<style>
span { border-color: #66D656; }
span { border-color: rgb(102,214,86); }
td.TdClassName
{
border-color: #66D656;
}
.TagClassName
{
border-color: #66D656;
}
</style>