#82D25C

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

Shades of Mantis #82D25C

Tints of Mantis #82D25C

Color information

#82D25C (or 0x82D25C) is unknown color: approx Mantis. HEX triplet: 82, D2 and 5C. RGB value is (130,210,92). Sum of RGB (Red+Green+Blue) = 130+210+92=432 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.09% from 432); Green value is 210 (82.42% from 255 or 48.61% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 210 - color contains mainly: green. Hex color #82D25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82D25C is #7D2DA3. Grayscale: #ADADAD. Windows color (decimal): -8203684 or 6083202. OLE color: 6083202.

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

Color convert

RGB13021092-
CMYK0.3800.560.18
HSL100.68º56.73%59.22%-
HSV(B)100.68º56.19%82.35%-
XYZ34.1851.6118.29-
YUV172.6382.597.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.09%
GREEN value IS 210 (82.42% from 255) = 48.61%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=30.09%
G=48.61%
B=21.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130210920.3800.560.18100.6856.7359.22
Hex82D25C260381265393b
Octal20232213446070221457173
Binary100000101101001010111001001100111000100101100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82D25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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