#82CF64

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

Shades of Mantis #82CF64

Tints of Mantis #82CF64

Color information

#82CF64 (or 0x82CF64) is unknown color: approx Mantis. HEX triplet: 82, CF and 64. RGB value is (130,207,100). Sum of RGB (Red+Green+Blue) = 130+207+100=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 207 - color contains mainly: green. Hex color #82CF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CF64 is #7D309B. Grayscale: #ACACAC. Windows color (decimal): -8204444 or 6606722. OLE color: 6606722.

HSL color Cylindrical-coordinate representation of color #82CF64: hue angle of 103.18º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #82CF64 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB130207100-
CMYK0.3700.520.19
HSL103.18º52.71%60.2%-
HSV(B)103.18º51.69%81.18%-
XYZ33.8250.2919.98-
YUV171.7887.4998.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.75%
GREEN value IS 207 (81.25% from 255) = 47.37%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=29.75%
G=47.37%
B=22.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1302071000.3700.520.19103.1852.7160.2
Hex82CF64250341367353c
Octal20231714445064231476574
Binary100000101100111111001001001010110100100111100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,207,100); }

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

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

 a { background-color: rgb(130,207,100); }

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

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

 span { border-color: rgb(130,207,100); }

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