#82CE4F

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

Shades of Mantis #82CE4F

Tints of Mantis #82CE4F

Color information

#82CE4F (or 0x82CE4F) is unknown color: approx Mantis. HEX triplet: 82, CE and 4F. RGB value is (130,206,79). Sum of RGB (Red+Green+Blue) = 130+206+79=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #82CE4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #82CE4F is #7D31B0. Grayscale: #A9A9A9. Windows color (decimal): -8204721 or 5230210. OLE color: 5230210.

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

Color convert

RGB13020679-
CMYK0.3700.620.19
HSL95.91º56.44%55.88%-
HSV(B)95.91º61.65%80.78%-
XYZ32.6949.4515.22-
YUV168.877.32100.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.33%
GREEN value IS 206 (80.86% from 255) = 49.64%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=31.33%
G=49.64%
B=19.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal130206790.3700.620.1995.9156.4455.88
Hex82CE4F2503E13603838
Octal20231611745076231407070
Binary100000101100111010011111001010111110100111100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82CE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,206,79); }

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

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

 a { background-color: rgb(130,206,79); }

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

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

 span { border-color: rgb(130,206,79); }

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