Shades of Mantis #66DD50
Tints of Mantis #66DD50
RGB
CMYK
RGB Variations
Color information
#66DD50 (or 0x66DD50) is known color: Mantis. HEX triplet: 66, DD and 50. RGB value is (102,221,80). Sum of RGB (Red+Green+Blue) = 102+221+80=403 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.31% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD50 is #9922AF. Grayscale: #A9A9A9. Windows color (decimal): -10035888 or 5299558. OLE color: 5299558.
HSL color Cylindrical-coordinate representation of color #66DD50: hue angle of 110.64º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66DD50 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 221 | 80 | - |
| CMYK | 0.54 | 0 | 0.64 | 0.13 |
| HSL | 110.64º | 0.67% | 0.59% | - |
| HSV(B) | 110.64º | 0.64% | 0.87% | - |
| XYZ | 32.78 | 55.12 | 16.5 | - |
| YUV | 169.35 | 77.58 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 221 | 80 | 0.54 | 0 | 0.64 | 0.13 | 110.64 | 0.67 | 0.59 |
| Hex | 66 | DD | 50 | 36 | 0 | 40 | D | 6F | 43 | 3B |
| Octal | 146 | 335 | 120 | 66 | 0 | 100 | 15 | 157 | 103 | 73 |
| Binary | 1100110 | 11011101 | 1010000 | 110110 | 0 | 1000000 | 1101 | 1101111 | 1000011 | 111011 |
Color Harmonies of #66DD50
Complementary color
Monochromatic Colors of #66DD50
Black with #66DD50
Text Example
Text Example
White with #66DD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DD50; }
p { color: rgb(102,221,80); }
H1.HeaderClassName
{
color: #66DD50;
}
.AnyTagClassName
{
color: #66DD50;
}
</style>
background-color css
<style>
a { background-color: #66DD50; }
a { background-color: rgb(102,221,80); }
div.DivClassName
{
background-color: #66DD50;
}
.BgClassName
{
background-color: #66DD50;
}
</style>
border-color css
<style>
span { border-color: #66DD50; }
span { border-color: rgb(102,221,80); }
td.TdClassName
{
border-color: #66DD50;
}
.TagClassName
{
border-color: #66DD50;
}
</style>