Shades of Mantis #66D257
Tints of Mantis #66D257
RGB
CMYK
RGB Variations
Color information
#66D257 (or 0x66D257) is known color: Mantis. HEX triplet: 66, D2 and 57. RGB value is (102,210,87). Sum of RGB (Red+Green+Blue) = 102+210+87=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 210 (82.42% from 255 or 52.63% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 210 - color contains mainly: green. Hex color #66D257 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D257 is #992DA8. Grayscale: #A4A4A4. Windows color (decimal): -10038697 or 5755494. OLE color: 5755494.
HSL color Cylindrical-coordinate representation of color #66D257: hue angle of 112.68º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66D257 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 210 | 87 | - |
| CMYK | 0.51 | 0 | 0.59 | 0.18 |
| HSL | 112.68º | 0.58% | 0.58% | - |
| HSV(B) | 112.68º | 0.59% | 0.82% | - |
| XYZ | 30.25 | 49.61 | 17 | - |
| YUV | 163.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 210 | 87 | 0.51 | 0 | 0.59 | 0.18 | 112.68 | 0.58 | 0.58 |
| Hex | 66 | D2 | 57 | 33 | 0 | 3B | 12 | 71 | 3A | 3A |
| Octal | 146 | 322 | 127 | 63 | 0 | 73 | 22 | 161 | 72 | 72 |
| Binary | 1100110 | 11010010 | 1010111 | 110011 | 0 | 111011 | 10010 | 1110001 | 111010 | 111010 |
Color Harmonies of #66D257
Complementary color
Monochromatic Colors of #66D257
Black with #66D257
Text Example
Text Example
White with #66D257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D257; }
p { color: rgb(102,210,87); }
H1.HeaderClassName
{
color: #66D257;
}
.AnyTagClassName
{
color: #66D257;
}
</style>
background-color css
<style>
a { background-color: #66D257; }
a { background-color: rgb(102,210,87); }
div.DivClassName
{
background-color: #66D257;
}
.BgClassName
{
background-color: #66D257;
}
</style>
border-color css
<style>
span { border-color: #66D257; }
span { border-color: rgb(102,210,87); }
td.TdClassName
{
border-color: #66D257;
}
.TagClassName
{
border-color: #66D257;
}
</style>