#82D645

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

Shades of Mantis #82D645

Tints of Mantis #82D645

Color information

#82D645 (or 0x82D645) is unknown color: approx Mantis. HEX triplet: 82, D6 and 45. RGB value is (130,214,69). Sum of RGB (Red+Green+Blue) = 130+214+69=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 69 (27.34% from 255 or 16.71% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #82D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D645 is #7D29BA. Grayscale: #ACACAC. Windows color (decimal): -8202683 or 4576898. OLE color: 4576898.

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

Color convert

RGB13021469-
CMYK0.3900.680.16
HSL94.76º63.88%55.49%-
HSV(B)94.76º67.76%83.92%-
XYZ34.3353.2714.1-
YUV172.3569.6797.79-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.48%
GREEN value IS 214 (83.98% from 255) = 51.82%
BLUE value IS 69 (27.34% from 255) = 16.71%
R=31.48%
G=51.82%
B=16.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal130214690.3900.680.1694.7663.8855.49
Hex82D64527044105f4037
Octal2023261054701042013710067
Binary10000010110101101000101100111010001001000010111111000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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