#82d658

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

Shades of Mantis #82D658

Tints of Mantis #82D658

Color information

#82D658 (or 0x82D658) is unknown color: approx Mantis. HEX triplet: 82, D6 and 58. RGB value is (130,214,88). Sum of RGB (Red+Green+Blue) = 130+214+88=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 214 (83.98% from 255 or 49.54% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 214 - color contains mainly: green. Hex color #82D658 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D658 is #7D29A7. Grayscale: #AEAEAE. Windows color (decimal): -8202664 or 5822082. OLE color: 5822082.

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

Color convert

RGB13021488-
CMYK0.3900.590.16
HSL100º60.58%59.22%-
HSV(B)100º58.88%83.92%-
XYZ35.0153.5417.72-
YUV174.5279.1796.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 214 (83.98% from 255) = 49.54%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=30.09%
G=49.54%
B=20.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130214880.3900.590.1610060.5859.22
Hex82D6582703B10643d3b
Octal20232613047073201447573
Binary100000101101011010110001001110111011100001100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82d658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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