#82EE4B

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

Shades of Mantis #82EE4B

Tints of Mantis #82EE4B

Color information

#82EE4B (or 0x82EE4B) is unknown color: approx Mantis. HEX triplet: 82, EE and 4B. RGB value is (130,238,75). Sum of RGB (Red+Green+Blue) = 130+238+75=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 238 (93.36% from 255 or 53.72% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 238 - color contains mainly: green. Hex color #82EE4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EE4B is #7D11B4. Grayscale: #BBBBBB. Windows color (decimal): -8196533 or 4976258. OLE color: 4976258.

HSL color Cylindrical-coordinate representation of color #82EE4B: hue angle of 99.75º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82EE4B is Cyan = 0.45, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB13023875-
CMYK0.4500.680.07
HSL99.75º82.74%61.37%-
HSV(B)99.75º68.49%93.33%-
XYZ41.0566.417.31-
YUV187.1364.7287.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.35%
GREEN value IS 238 (93.36% from 255) = 53.72%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=29.35%
G=53.72%
B=16.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal130238750.4500.680.0799.7582.7461.37
Hex82EE4B2D044764533d
Octal202356113550104714412375
Binary100000101110111010010111011010100010011111001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82EE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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