#82C568

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

Shades of Mantis #82C568

Tints of Mantis #82C568

Color information

#82C568 (or 0x82C568) is unknown color: approx Mantis. HEX triplet: 82, C5 and 68. RGB value is (130,197,104). Sum of RGB (Red+Green+Blue) = 130+197+104=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 104 (41.02% from 255 or 24.13% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #82C568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82C568 is #7D3A97. Grayscale: #A6A6A6. Windows color (decimal): -8207000 or 6866306. OLE color: 6866306.

HSL color Cylindrical-coordinate representation of color #82C568: hue angle of 103.23º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #82C568 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB130197104-
CMYK0.3400.470.23
HSL103.23º44.5%59.02%-
HSV(B)103.23º47.21%77.25%-
XYZ31.6745.6820.24-
YUV166.3692.8102.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 104 (41.02% from 255) = 24.13%
R=30.16%
G=45.71%
B=24.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1301971040.3400.470.23103.2344.559.02
Hex82C5682202F17672c3b
Octal20230515042057271475473
Binary100000101100010111010001000100101111101111100111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82C568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,197,104); }

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

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

 a { background-color: rgb(130,197,104); }

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

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

 span { border-color: rgb(130,197,104); }

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