#82CB6A

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

Shades of Mantis #82CB6A

Tints of Mantis #82CB6A

Color information

#82CB6A (or 0x82CB6A) is unknown color: approx Mantis. HEX triplet: 82, CB and 6A. RGB value is (130,203,106). Sum of RGB (Red+Green+Blue) = 130+203+106=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 106 (41.80% from 255 or 24.15% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #82CB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CB6A is #7D3495. Grayscale: #AAAAAA. Windows color (decimal): -8205462 or 6998914. OLE color: 6998914.

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

Color convert

RGB130203106-
CMYK0.3600.480.20
HSL105.15º48.26%60.59%-
HSV(B)105.15º47.78%79.61%-
XYZ33.1648.521.25-
YUV170.1191.8299.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.61%
GREEN value IS 203 (79.69% from 255) = 46.24%
BLUE value IS 106 (41.80% from 255) = 24.15%
R=29.61%
G=46.24%
B=24.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1302031060.3600.480.20105.1548.2660.59
Hex82CB6A240301469303d
Octal20231315244060241516075
Binary100000101100101111010101001000110000101001101001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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