#82D867

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

Shades of Mantis #82D867

Tints of Mantis #82D867

Color information

#82D867 (or 0x82D867) is unknown color: approx Mantis. HEX triplet: 82, D8 and 67. RGB value is (130,216,103). Sum of RGB (Red+Green+Blue) = 130+216+103=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 103 (40.62% from 255 or 22.94% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #82D867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D867 is #7D2798. Grayscale: #B1B1B1. Windows color (decimal): -8202137 or 6805634. OLE color: 6805634.

HSL color Cylindrical-coordinate representation of color #82D867: hue angle of 105.66º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82D867 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB130216103-
CMYK0.4000.520.15
HSL105.66º59.16%62.55%-
HSV(B)105.66º52.31%84.71%-
XYZ36.2154.8421.51-
YUV177.486.0194.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.95%
GREEN value IS 216 (84.77% from 255) = 48.11%
BLUE value IS 103 (40.62% from 255) = 22.94%
R=28.95%
G=48.11%
B=22.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1302161030.4000.520.15105.6659.1662.55
Hex82D86728034F6a3b3f
Octal20233014750064171527377
Binary10000010110110001100111101000011010011111101010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,216,103); }

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

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

 a { background-color: rgb(130,216,103); }

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

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

 span { border-color: rgb(130,216,103); }

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