#82d14b

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

Shades of Mantis #82D14B

Tints of Mantis #82D14B

Color information

#82D14B (or 0x82D14B) is unknown color: approx Mantis. HEX triplet: 82, D1 and 4B. RGB value is (130,209,75). Sum of RGB (Red+Green+Blue) = 130+209+75=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 209 (82.03% from 255 or 50.48% from 414); Blue value is 75 (29.69% from 255 or 18.12% from 414); Max value from RGB is 209 - color contains mainly: green. Hex color #82D14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82D14B is #7D2EB4. Grayscale: #AAAAAA. Windows color (decimal): -8203957 or 4968834. OLE color: 4968834.

HSL color Cylindrical-coordinate representation of color #82D14B: hue angle of 95.37º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82D14B is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB13020975-
CMYK0.3800.640.18
HSL95.37º59.29%55.69%-
HSV(B)95.37º64.11%81.96%-
XYZ33.2850.8514.72-
YUV170.174.3399.4-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.40%
GREEN value IS 209 (82.03% from 255) = 50.48%
BLUE value IS 75 (29.69% from 255) = 18.12%
R=31.40%
G=50.48%
B=18.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal130209750.3800.640.1895.3759.2955.69
Hex82D14B26040125f3b38
Octal202321113460100221377370
Binary1000001011010001100101110011001000000100101011111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82d14b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,209,75); }

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

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

 a { background-color: rgb(130,209,75); }

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

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

 span { border-color: rgb(130,209,75); }

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