#82FE9D

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

Shades of Mint Green #82FE9D

Tints of Mint Green #82FE9D

Color information

#82FE9D (or 0x82FE9D) is unknown color: approx Mint Green. HEX triplet: 82, FE and 9D. RGB value is (130,254,157). Sum of RGB (Red+Green+Blue) = 130+254+157=541 (71% of max value = 765). Red value is 130 (51.17% from 255 or 24.03% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 157 (61.72% from 255 or 29.02% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #82FE9D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FE9D is #7D0162. Grayscale: #CECECE. Windows color (decimal): -8192355 or 10354306. OLE color: 10354306.

HSL color Cylindrical-coordinate representation of color #82FE9D: hue angle of 133.06º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #82FE9D is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB130254157-
CMYK0.4900.380.00
HSL133.06º98.41%75.29%-
HSV(B)133.06º48.82%99.61%-
XYZ50.7378.0644.29-
YUV205.87100.4273.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.03%
GREEN value IS 254 (99.61% from 255) = 46.95%
BLUE value IS 157 (61.72% from 255) = 29.02%
R=24.03%
G=46.95%
B=29.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1302541570.4900.380.00133.0698.4175.29
Hex82FE9D31026085624b
Octal202376235610460205142113
Binary100000101111111010011101110001010011001000010111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,254,157); }

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

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

 a { background-color: rgb(130,254,157); }

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

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

 span { border-color: rgb(130,254,157); }

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