Shades of Mantis #66D652
Tints of Mantis #66D652
RGB
CMYK
RGB Variations
Color information
#66D652 (or 0x66D652) is known color: Mantis. HEX triplet: 66, D6 and 52. RGB value is (102,214,82). Sum of RGB (Red+Green+Blue) = 102+214+82=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #66D652 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D652 is #9929AD. Grayscale: #A5A5A5. Windows color (decimal): -10037678 or 5428838. OLE color: 5428838.
HSL color Cylindrical-coordinate representation of color #66D652: hue angle of 110.91º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D652 is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 214 | 82 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.16 |
| HSL | 110.91º | 0.62% | 0.58% | - |
| HSV(B) | 110.91º | 0.62% | 0.84% | - |
| XYZ | 31.05 | 51.53 | 16.29 | - |
| YUV | 165.46 | 80.89 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 214 | 82 | 0.52 | 0 | 0.62 | 0.16 | 110.91 | 0.62 | 0.58 |
| Hex | 66 | D6 | 52 | 34 | 0 | 3E | 10 | 6F | 3E | 3A |
| Octal | 146 | 326 | 122 | 64 | 0 | 76 | 20 | 157 | 76 | 72 |
| Binary | 1100110 | 11010110 | 1010010 | 110100 | 0 | 111110 | 10000 | 1101111 | 111110 | 111010 |
Color Harmonies of #66D652
Complementary color
Monochromatic Colors of #66D652
Black with #66D652
Text Example
Text Example
White with #66D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D652; }
p { color: rgb(102,214,82); }
H1.HeaderClassName
{
color: #66D652;
}
.AnyTagClassName
{
color: #66D652;
}
</style>
background-color css
<style>
a { background-color: #66D652; }
a { background-color: rgb(102,214,82); }
div.DivClassName
{
background-color: #66D652;
}
.BgClassName
{
background-color: #66D652;
}
</style>
border-color css
<style>
span { border-color: #66D652; }
span { border-color: rgb(102,214,82); }
td.TdClassName
{
border-color: #66D652;
}
.TagClassName
{
border-color: #66D652;
}
</style>