#82CB4A

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

Shades of Mantis #82CB4A

Tints of Mantis #82CB4A

Color information

#82CB4A (or 0x82CB4A) is unknown color: approx Mantis. HEX triplet: 82, CB and 4A. RGB value is (130,203,74). Sum of RGB (Red+Green+Blue) = 130+203+74=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 74 (29.30% from 255 or 18.18% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82CB4A is #7D34B5. Grayscale: #A6A6A6. Windows color (decimal): -8205494 or 4901762. OLE color: 4901762.

HSL color Cylindrical-coordinate representation of color #82CB4A: hue angle of 93.95º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82CB4A is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB13020374-
CMYK0.3600.640.20
HSL93.95º55.36%54.31%-
HSV(B)93.95º63.55%79.61%-
XYZ31.847.9514.06-
YUV166.4775.82101.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.94%
GREEN value IS 203 (79.69% from 255) = 49.88%
BLUE value IS 74 (29.30% from 255) = 18.18%
R=31.94%
G=49.88%
B=18.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal130203740.3600.640.2093.9555.3654.31
Hex82CB4A24040145e3736
Octal202313112440100241366766
Binary1000001011001011100101010010001000000101001011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,203,74); }

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

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

 a { background-color: rgb(130,203,74); }

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

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

 span { border-color: rgb(130,203,74); }

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