#82DC59

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

Shades of Mantis #82DC59

Tints of Mantis #82DC59

Color information

#82DC59 (or 0x82DC59) is unknown color: approx Mantis. HEX triplet: 82, DC and 59. RGB value is (130,220,89). Sum of RGB (Red+Green+Blue) = 130+220+89=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #82DC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DC59 is #7D23A6. Grayscale: #B2B2B2. Windows color (decimal): -8201127 or 5889154. OLE color: 5889154.

HSL color Cylindrical-coordinate representation of color #82DC59: hue angle of 101.22º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82DC59 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB13022089-
CMYK0.4100.600.14
HSL101.22º65.17%60.59%-
HSV(B)101.22º59.55%86.27%-
XYZ36.656.6518.46-
YUV178.1677.6893.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.61%
GREEN value IS 220 (86.33% from 255) = 50.11%
BLUE value IS 89 (35.16% from 255) = 20.27%
R=29.61%
G=50.11%
B=20.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130220890.4100.600.14101.2265.1760.59
Hex82DC592903CE65413d
Octal202334131510741614510175
Binary100000101101110010110011010010111100111011001011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,220,89); }

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

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

 a { background-color: rgb(130,220,89); }

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

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

 span { border-color: rgb(130,220,89); }

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