#82DF5E

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

Shades of Mantis #82DF5E

Tints of Mantis #82DF5E

Color information

#82DF5E (or 0x82DF5E) is unknown color: approx Mantis. HEX triplet: 82, DF and 5E. RGB value is (130,223,94). Sum of RGB (Red+Green+Blue) = 130+223+94=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DF5E is #7D20A1. Grayscale: #B4B4B4. Windows color (decimal): -8200354 or 6217602. OLE color: 6217602.

HSL color Cylindrical-coordinate representation of color #82DF5E: hue angle of 103.26º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82DF5E is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB13022394-
CMYK0.4200.580.13
HSL103.26º66.84%62.16%-
HSV(B)103.26º57.85%87.45%-
XYZ37.6158.3319.87-
YUV180.4979.1991.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.08%
GREEN value IS 223 (87.5% from 255) = 49.89%
BLUE value IS 94 (37.11% from 255) = 21.03%
R=29.08%
G=49.89%
B=21.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal130223940.4200.580.13103.2666.8462.16
Hex82DF5E2A03AD67433e
Octal202337136520721514710376
Binary100000101101111110111101010100111010110111001111000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,223,94); }

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

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

 a { background-color: rgb(130,223,94); }

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

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

 span { border-color: rgb(130,223,94); }

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