#82BD63

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

Shades of Mantis #82BD63

Tints of Mantis #82BD63

Color information

#82BD63 (or 0x82BD63) is unknown color: approx Mantis. HEX triplet: 82, BD and 63. RGB value is (130,189,99). Sum of RGB (Red+Green+Blue) = 130+189+99=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 99 (39.06% from 255 or 23.68% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #82BD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82BD63 is #7D429C. Grayscale: #A1A1A1. Windows color (decimal): -8209053 or 6536578. OLE color: 6536578.

HSL color Cylindrical-coordinate representation of color #82BD63: hue angle of 99.33º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #82BD63 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB13018999-
CMYK0.3100.480.26
HSL99.33º40.54%56.47%-
HSV(B)99.33º47.62%74.12%-
XYZ29.6642.0418.36-
YUV161.192.95105.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.10%
GREEN value IS 189 (74.22% from 255) = 45.22%
BLUE value IS 99 (39.06% from 255) = 23.68%
R=31.10%
G=45.22%
B=23.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130189990.3100.480.2699.3340.5456.47
Hex82BD631F0301A632938
Octal20227514337060321435170
Binary10000010101111011100011111110110000110101100011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,189,99); }

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

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

 a { background-color: rgb(130,189,99); }

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

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

 span { border-color: rgb(130,189,99); }

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