#82D25B

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

Shades of Mantis #82D25B

Tints of Mantis #82D25B

Color information

#82D25B (or 0x82D25B) is unknown color: approx Mantis. HEX triplet: 82, D2 and 5B. RGB value is (130,210,91). Sum of RGB (Red+Green+Blue) = 130+210+91=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #82D25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D25B is #7D2DA4. Grayscale: #ACACAC. Windows color (decimal): -8203685 or 6017666. OLE color: 6017666.

HSL color Cylindrical-coordinate representation of color #82D25B: hue angle of 100.34º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #82D25B is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB13021091-
CMYK0.3800.570.18
HSL100.34º56.94%59.02%-
HSV(B)100.34º56.67%82.35%-
XYZ34.1451.5918.06-
YUV172.518297.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 210 (82.42% from 255) = 48.72%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=30.16%
G=48.72%
B=21.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130210910.3800.570.18100.3456.9459.02
Hex82D25B260391264393b
Octal20232213346071221447173
Binary100000101101001010110111001100111001100101100100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,210,91); }

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

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

 a { background-color: rgb(130,210,91); }

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

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

 span { border-color: rgb(130,210,91); }

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