#82D365

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

Shades of Mantis #82D365

Tints of Mantis #82D365

Color information

#82D365 (or 0x82D365) is unknown color: approx Mantis. HEX triplet: 82, D3 and 65. RGB value is (130,211,101). Sum of RGB (Red+Green+Blue) = 130+211+101=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 211 (82.81% from 255 or 47.74% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 211 - color contains mainly: green. Hex color #82D365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D365 is #7D2C9A. Grayscale: #AEAEAE. Windows color (decimal): -8203419 or 6673282. OLE color: 6673282.

HSL color Cylindrical-coordinate representation of color #82D365: hue angle of 104.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82D365 is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB130211101-
CMYK0.3800.520.17
HSL104.18º55.56%61.18%-
HSV(B)104.18º52.13%82.75%-
XYZ34.8552.2720.57-
YUV174.2486.6696.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.41%
GREEN value IS 211 (82.81% from 255) = 47.74%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=29.41%
G=47.74%
B=22.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1302111010.3800.520.17104.1855.5661.18
Hex82D365260341168383d
Octal20232314546064211507075
Binary100000101101001111001011001100110100100011101000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,211,101); }

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

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

 a { background-color: rgb(130,211,101); }

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

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

 span { border-color: rgb(130,211,101); }

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