Shades of Mantis #66D855
Tints of Mantis #66D855
RGB
CMYK
RGB Variations
Color information
#66D855 (or 0x66D855) is known color: Mantis. HEX triplet: 66, D8 and 55. RGB value is (102,216,85). Sum of RGB (Red+Green+Blue) = 102+216+85=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 216 (84.77% from 255 or 53.60% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 216 - color contains mainly: green. Hex color #66D855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D855 is #9927AA. Grayscale: #A7A7A7. Windows color (decimal): -10037163 or 5625958. OLE color: 5625958.
HSL color Cylindrical-coordinate representation of color #66D855: hue angle of 112.21º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66D855 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 216 | 85 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.15 |
| HSL | 112.21º | 0.63% | 0.59% | - |
| HSV(B) | 112.21º | 0.61% | 0.85% | - |
| XYZ | 31.68 | 52.59 | 17.08 | - |
| YUV | 166.98 | 81.73 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 216 | 85 | 0.53 | 0 | 0.61 | 0.15 | 112.21 | 0.63 | 0.59 |
| Hex | 66 | D8 | 55 | 35 | 0 | 3D | F | 70 | 3F | 3B |
| Octal | 146 | 330 | 125 | 65 | 0 | 75 | 17 | 160 | 77 | 73 |
| Binary | 1100110 | 11011000 | 1010101 | 110101 | 0 | 111101 | 1111 | 1110000 | 111111 | 111011 |
Color Harmonies of #66D855
Complementary color
Monochromatic Colors of #66D855
Black with #66D855
Text Example
Text Example
White with #66D855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D855; }
p { color: rgb(102,216,85); }
H1.HeaderClassName
{
color: #66D855;
}
.AnyTagClassName
{
color: #66D855;
}
</style>
background-color css
<style>
a { background-color: #66D855; }
a { background-color: rgb(102,216,85); }
div.DivClassName
{
background-color: #66D855;
}
.BgClassName
{
background-color: #66D855;
}
</style>
border-color css
<style>
span { border-color: #66D855; }
span { border-color: rgb(102,216,85); }
td.TdClassName
{
border-color: #66D855;
}
.TagClassName
{
border-color: #66D855;
}
</style>