Shades of Mantis #66DC52
Tints of Mantis #66DC52
RGB
CMYK
RGB Variations
Color information
#66DC52 (or 0x66DC52) is known color: Mantis. HEX triplet: 66, DC and 52. RGB value is (102,220,82). Sum of RGB (Red+Green+Blue) = 102+220+82=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 220 (86.33% from 255 or 54.46% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC52 is #9923AD. Grayscale: #A9A9A9. Windows color (decimal): -10036142 or 5430374. OLE color: 5430374.
HSL color Cylindrical-coordinate representation of color #66DC52: hue angle of 111.3º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66DC52 is Cyan = 0.54, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 220 | 82 | - |
| CMYK | 0.54 | 0 | 0.63 | 0.14 |
| HSL | 111.3º | 0.66% | 0.59% | - |
| HSV(B) | 111.3º | 0.63% | 0.86% | - |
| XYZ | 32.6 | 54.62 | 16.81 | - |
| YUV | 168.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 220 | 82 | 0.54 | 0 | 0.63 | 0.14 | 111.3 | 0.66 | 0.59 |
| Hex | 66 | DC | 52 | 36 | 0 | 3F | E | 6F | 42 | 3B |
| Octal | 146 | 334 | 122 | 66 | 0 | 77 | 16 | 157 | 102 | 73 |
| Binary | 1100110 | 11011100 | 1010010 | 110110 | 0 | 111111 | 1110 | 1101111 | 1000010 | 111011 |
Color Harmonies of #66DC52
Complementary color
Monochromatic Colors of #66DC52
Black with #66DC52
Text Example
Text Example
White with #66DC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DC52; }
p { color: rgb(102,220,82); }
H1.HeaderClassName
{
color: #66DC52;
}
.AnyTagClassName
{
color: #66DC52;
}
</style>
background-color css
<style>
a { background-color: #66DC52; }
a { background-color: rgb(102,220,82); }
div.DivClassName
{
background-color: #66DC52;
}
.BgClassName
{
background-color: #66DC52;
}
</style>
border-color css
<style>
span { border-color: #66DC52; }
span { border-color: rgb(102,220,82); }
td.TdClassName
{
border-color: #66DC52;
}
.TagClassName
{
border-color: #66DC52;
}
</style>