#82FF95

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

Shades of Mint Green #82FF95

Tints of Mint Green #82FF95

Color information

#82FF95 (or 0x82FF95) is unknown color: approx Mint Green. HEX triplet: 82, FF and 95. RGB value is (130,255,149). Sum of RGB (Red+Green+Blue) = 130+255+149=534 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.34% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FF95 is #7D006A. Grayscale: #CDCDCD. Windows color (decimal): -8192107 or 9830274. OLE color: 9830274.

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

Color convert

RGB130255149-
CMYK0.4900.420
HSL129.12º100%75.49%-
HSV(B)129.12º49.02%100%-
XYZ50.3978.4440.92-
YUV205.5496.0974.12-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 24.34%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=24.34%
G=47.75%
B=27.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1302551490.4900.420129.1210075.49
Hex82FF953102A081644b
Octal202377225610520201144113
Binary100000101111111110010101110001010101001000000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82FF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,255,149); }

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

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

 a { background-color: rgb(130,255,149); }

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

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

 span { border-color: rgb(130,255,149); }

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