#82D167

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

Shades of Mantis #82D167

Tints of Mantis #82D167

Color information

#82D167 (or 0x82D167) is unknown color: approx Mantis. HEX triplet: 82, D1 and 67. RGB value is (130,209,103). Sum of RGB (Red+Green+Blue) = 130+209+103=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #82D167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D167 is #7D2E98. Grayscale: #ADADAD. Windows color (decimal): -8203929 or 6803842. OLE color: 6803842.

HSL color Cylindrical-coordinate representation of color #82D167: hue angle of 104.72º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82D167 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB130209103-
CMYK0.3800.510.18
HSL104.72º53.54%61.18%-
HSV(B)104.72º50.72%81.96%-
XYZ34.4551.3320.92-
YUV173.388.3397.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 103 (40.62% from 255) = 23.30%
R=29.41%
G=47.29%
B=23.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1302091030.3800.510.18104.7253.5461.18
Hex82D167260331269363d
Octal20232114746063221516675
Binary100000101101000111001111001100110011100101101001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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