#82ca6f

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

Shades of Mantis #82CA6F

Tints of Mantis #82CA6F

Color information

#82CA6F (or 0x82CA6F) is unknown color: approx Mantis. HEX triplet: 82, CA and 6F. RGB value is (130,202,111). Sum of RGB (Red+Green+Blue) = 130+202+111=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #82CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CA6F is #7D3590. Grayscale: #AAAAAA. Windows color (decimal): -8205713 or 7326338. OLE color: 7326338.

HSL color Cylindrical-coordinate representation of color #82CA6F: hue angle of 107.47º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #82CA6F is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB130202111-
CMYK0.3600.450.21
HSL107.47º46.19%61.37%-
HSV(B)107.47º45.05%79.22%-
XYZ33.248.1322.58-
YUV170.194.6599.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 202 (79.30% from 255) = 45.60%
BLUE value IS 111 (43.75% from 255) = 25.06%
R=29.35%
G=45.60%
B=25.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1302021110.3600.450.21107.4746.1961.37
Hex82CA6F2402D156b2e3d
Octal20231215744055251535675
Binary100000101100101011011111001000101101101011101011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82ca6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,202,111); }

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

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

 a { background-color: rgb(130,202,111); }

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

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

 span { border-color: rgb(130,202,111); }

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