#82c041

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

Shades of Mantis #82C041

Tints of Mantis #82C041

Color information

#82C041 (or 0x82C041) is unknown color: approx Mantis. HEX triplet: 82, C0 and 41. RGB value is (130,192,65). Sum of RGB (Red+Green+Blue) = 130+192+65=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #82C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82C041 is #7D3FBE. Grayscale: #9F9F9F. Windows color (decimal): -8208319 or 4309122. OLE color: 4309122.

HSL color Cylindrical-coordinate representation of color #82C041: hue angle of 89.29º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82C041 is Cyan = 0.32, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB13019265-
CMYK0.3200.660.25
HSL89.29º50.2%50.39%-
HSV(B)89.29º66.15%75.29%-
XYZ29.0142.8311.74-
YUV158.9874.96107.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.59%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=33.59%
G=49.61%
B=16.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal130192650.3200.660.2589.2950.250.39
Hex82C0412004219593232
Octal202300101400102311316262
Binary1000001011000000100000110000001000010110011011001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82c041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,192,65); }

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

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

 a { background-color: rgb(130,192,65); }

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

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

 span { border-color: rgb(130,192,65); }

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