Shades of Mantis #82DB64
Tints of Mantis #82DB64
RGB
CMYK
RGB Variations
Color information
#82DB64 (or 0x82DB64) is known color: Mantis. HEX triplet: 82, DB and 64. RGB value is (130,219,100). Sum of RGB (Red+Green+Blue) = 130+219+100=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 219 (85.94% from 255 or 48.78% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DB64 is #7D249B. Grayscale: #B3B3B3. Windows color (decimal): -8201372 or 6609794. OLE color: 6609794.
HSL color Cylindrical-coordinate representation of color #82DB64: hue angle of 104.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #82DB64 is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 219 | 100 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.14 |
| HSL | 104.87º | 0.62% | 0.63% | - |
| HSV(B) | 104.87º | 0.54% | 0.86% | - |
| XYZ | 36.84 | 56.33 | 20.99 | - |
| YUV | 178.82 | 83.51 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 219 | 100 | 0.41 | 0 | 0.54 | 0.14 | 104.87 | 0.62 | 0.63 |
| Hex | 82 | DB | 64 | 29 | 0 | 36 | E | 69 | 3E | 3F |
| Octal | 202 | 333 | 144 | 51 | 0 | 66 | 16 | 151 | 76 | 77 |
| Binary | 10000010 | 11011011 | 1100100 | 101001 | 0 | 110110 | 1110 | 1101001 | 111110 | 111111 |
Color Harmonies of #82DB64
Complementary color
Monochromatic Colors of #82DB64
Black with #82DB64
Text Example
Text Example
White with #82DB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DB64; }
p { color: rgb(130,219,100); }
H1.HeaderClassName
{
color: #82DB64;
}
.AnyTagClassName
{
color: #82DB64;
}
</style>
background-color css
<style>
a { background-color: #82DB64; }
a { background-color: rgb(130,219,100); }
div.DivClassName
{
background-color: #82DB64;
}
.BgClassName
{
background-color: #82DB64;
}
</style>
border-color css
<style>
span { border-color: #82DB64; }
span { border-color: rgb(130,219,100); }
td.TdClassName
{
border-color: #82DB64;
}
.TagClassName
{
border-color: #82DB64;
}
</style>