Shades of Mantis #66D358
Tints of Mantis #66D358
RGB
CMYK
RGB Variations
Color information
#66D358 (or 0x66D358) is known color: Mantis. HEX triplet: 66, D3 and 58. RGB value is (102,211,88). Sum of RGB (Red+Green+Blue) = 102+211+88=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 88 (34.77% from 255 or 21.95% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #66D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D358 is #992CA7. Grayscale: #A4A4A4. Windows color (decimal): -10038440 or 5821286. OLE color: 5821286.
HSL color Cylindrical-coordinate representation of color #66D358: hue angle of 113.17º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66D358 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 211 | 88 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.17 |
| HSL | 113.17º | 0.58% | 0.59% | - |
| HSV(B) | 113.17º | 0.58% | 0.83% | - |
| XYZ | 30.54 | 50.12 | 17.3 | - |
| YUV | 164.39 | 84.89 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 211 | 88 | 0.52 | 0 | 0.58 | 0.17 | 113.17 | 0.58 | 0.59 |
| Hex | 66 | D3 | 58 | 34 | 0 | 3A | 11 | 71 | 3A | 3B |
| Octal | 146 | 323 | 130 | 64 | 0 | 72 | 21 | 161 | 72 | 73 |
| Binary | 1100110 | 11010011 | 1011000 | 110100 | 0 | 111010 | 10001 | 1110001 | 111010 | 111011 |
Color Harmonies of #66D358
Complementary color
Monochromatic Colors of #66D358
Black with #66D358
Text Example
Text Example
White with #66D358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D358; }
p { color: rgb(102,211,88); }
H1.HeaderClassName
{
color: #66D358;
}
.AnyTagClassName
{
color: #66D358;
}
</style>
background-color css
<style>
a { background-color: #66D358; }
a { background-color: rgb(102,211,88); }
div.DivClassName
{
background-color: #66D358;
}
.BgClassName
{
background-color: #66D358;
}
</style>
border-color css
<style>
span { border-color: #66D358; }
span { border-color: rgb(102,211,88); }
td.TdClassName
{
border-color: #66D358;
}
.TagClassName
{
border-color: #66D358;
}
</style>