#82D65D

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

Shades of Mantis #82D65D

Tints of Mantis #82D65D

Color information

#82D65D (or 0x82D65D) is unknown color: approx Mantis. HEX triplet: 82, D6 and 5D. RGB value is (130,214,93). Sum of RGB (Red+Green+Blue) = 130+214+93=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #82D65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D65D is #7D29A2. Grayscale: #AFAFAF. Windows color (decimal): -8202659 or 6149762. OLE color: 6149762.

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

Color convert

RGB13021493-
CMYK0.3900.570.16
HSL101.65º59.61%60.2%-
HSV(B)101.65º56.54%83.92%-
XYZ35.2353.6318.85-
YUV175.0981.6795.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 214 (83.98% from 255) = 48.97%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=29.75%
G=48.97%
B=21.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130214930.3900.570.16101.6559.6160.2
Hex82D65D2703910663c3c
Octal20232613547071201467474
Binary100000101101011010111011001110111001100001100110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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