Html Css Color HEX #82FF9F Mint Green

📋 copy color: '#82FF9F'

red 130 ◦ green 255 ◦ blue 159

#82FF9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #82FF9F

Tints of Mint Green #82FF9F

RGB

 RED value IS 130 (51.17% from 255) = 23.9%

 GREEN value IS 255 (100% from 255) = 46.88%

 BLUE value IS 159 (62.5% from 255) = 29.23%

R = 23.9%
G = 46.88%
B = 29.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#82FF9F (or 0x82FF9F) is known color: Mint Green. HEX triplet: 82, FF and 9F. RGB value is (130,255,159). Sum of RGB (Red+Green+Blue) = 130+255+159=544 (72% of max value = 765). Red value is 130 (51.17% from 255 or 23.90% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #82FF9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #82FF9F is #7D0060. Grayscale: #CECECE. Windows color (decimal): -8192097 or 10485634. OLE color: 10485634.

HSL color Cylindrical-coordinate representation of color #82FF9F: hue angle of 133.92º 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 #82FF9F is Cyan = 0.49, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 130 255 159 -
CMYK 0.49 0 0.38 0
HSL 133.92º 1% 0.75% -
HSV(B) 133.92º 0.49% 1% -
XYZ 51.22 78.77 45.31 -
YUV 206.68 101.09 73.31 -
System Red Green Blue C M Y K H S L
Decimal 130 255 159 0.49 0 0.38 0 133.92 1 0.75
Hex 82 FF 9F 31 0 26 0 86 64 4B
Octal 202 377 237 61 0 46 0 206 144 113
Binary 10000010 11111111 10011111 110001 0 100110 0 10000110 1100100 1001011

Color Harmonies of #82FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82FF9F

Black with #82FF9F

Text Example


Text Example

White with #82FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82FF9F;
 }
 .AnyTagClassName
 {
   color: #82FF9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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