#82D664

Color #82D664 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #82D664

Tints of Mantis #82D664

Color information

#82D664 (or 0x82D664) is unknown color: approx Mantis. HEX triplet: 82, D6 and 64. RGB value is (130,214,100). Sum of RGB (Red+Green+Blue) = 130+214+100=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #82D664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D664 is #7D299B. Grayscale: #B0B0B0. Windows color (decimal): -8202652 or 6608514. OLE color: 6608514.

HSL color Cylindrical-coordinate representation of color #82D664: hue angle of 104.21º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #82D664 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB130214100-
CMYK0.3900.530.16
HSL104.21º58.16%61.57%-
HSV(B)104.21º53.27%83.92%-
XYZ35.5553.7620.56-
YUV175.8985.1795.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 29.28%
GREEN value IS 214 (83.98% from 255) = 48.20%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=29.28%
G=48.20%
B=22.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1302141000.3900.530.16104.2158.1661.57
Hex82D6642703510683a3e
Octal20232614447065201507276
Binary100000101101011011001001001110110101100001101000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82D664; }

 p { color: rgb(130,214,100); }

 H1.HeaderClassName
 {
   color: #82D664;
 }
 .AnyTagClassName
 {
   color: #82D664;
 }
</style>
background-color css

<style>
 a { background-color: #82D664; }

 a { background-color: rgb(130,214,100); }

 div.DivClassName
 {
   background-color: #82D664;
 }
 .BgClassName
 {
   background-color: #82D664;
 }
</style>
border-color css

<style>
 span { border-color: #82D664; }

 span { border-color: rgb(130,214,100); }

 td.TdClassName
 {
   border-color: #82D664;
 }
 .TagClassName
 {
   border-color: #82D664;
 }
</style>