#82E260

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

Shades of Mantis #82E260

Tints of Mantis #82E260

Color information

#82E260 (or 0x82E260) is unknown color: approx Mantis. HEX triplet: 82, E2 and 60. RGB value is (130,226,96). Sum of RGB (Red+Green+Blue) = 130+226+96=452 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.76% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 96 (37.89% from 255 or 21.24% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #82E260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82E260 is #7D1D9F. Grayscale: #B6B6B6. Windows color (decimal): -8199584 or 6349442. OLE color: 6349442.

HSL color Cylindrical-coordinate representation of color #82E260: hue angle of 104.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82E260 is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB13022696-
CMYK0.4200.580.11
HSL104.31º69.15%63.14%-
HSV(B)104.31º57.52%88.63%-
XYZ38.5159.9820.61-
YUV182.4879.290.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.76%
GREEN value IS 226 (88.67% from 255) = 50%
BLUE value IS 96 (37.89% from 255) = 21.24%
R=28.76%
G=50%
B=21.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal130226960.4200.580.11104.3169.1563.14
Hex82E2602A03AB68453f
Octal202342140520721315010577
Binary100000101110001011000001010100111010101111010001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82E260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,226,96); }

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

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

 a { background-color: rgb(130,226,96); }

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

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

 span { border-color: rgb(130,226,96); }

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