#82DB54

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

Shades of Mantis #82DB54

Tints of Mantis #82DB54

Color information

#82DB54 (or 0x82DB54) is unknown color: approx Mantis. HEX triplet: 82, DB and 54. RGB value is (130,219,84). Sum of RGB (Red+Green+Blue) = 130+219+84=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 84 (33.20% from 255 or 19.40% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #82DB54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82DB54 is #7D24AB. Grayscale: #B1B1B1. Windows color (decimal): -8201388 or 5561218. OLE color: 5561218.

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

Color convert

RGB13021984-
CMYK0.4100.620.14
HSL99.56º65.22%59.41%-
HSV(B)99.56º61.64%85.88%-
XYZ36.1456.0517.3-
YUV17775.5194.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 219 (85.94% from 255) = 50.58%
BLUE value IS 84 (33.20% from 255) = 19.40%
R=30.02%
G=50.58%
B=19.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal130219840.4100.620.1499.5665.2259.41
Hex82DB542903EE64413b
Octal202333124510761614410173
Binary100000101101101110101001010010111110111011001001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82DB54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,219,84); }

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

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

 a { background-color: rgb(130,219,84); }

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

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

 span { border-color: rgb(130,219,84); }

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