#84FE96

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

Shades of Mint Green #84FE96

Tints of Mint Green #84FE96

Color information

#84FE96 (or 0x84FE96) is unknown color: approx Mint Green. HEX triplet: 84, FE and 96. RGB value is (132,254,150). Sum of RGB (Red+Green+Blue) = 132+254+150=536 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.63% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #84FE96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FE96 is #7B0169. Grayscale: #CDCDCD. Windows color (decimal): -8061290 or 9895556. OLE color: 9895556.

HSL color Cylindrical-coordinate representation of color #84FE96: hue angle of 128.85º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FE96 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB132254150-
CMYK0.4800.410.00
HSL128.85º98.39%75.69%-
HSV(B)128.85º48.03%99.61%-
XYZ50.4677.9941.25-
YUV205.6796.5875.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 24.63%
GREEN value IS 254 (99.61% from 255) = 47.39%
BLUE value IS 150 (58.98% from 255) = 27.99%
R=24.63%
G=47.39%
B=27.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1322541500.4800.410.00128.8598.3975.69
Hex84FE9630029081624c
Octal204376226600510201142114
Binary100001001111111010010110110000010100101000000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84FE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84FE96; }

 p { color: rgb(132,254,150); }

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

<style>
 a { background-color: #84FE96; }

 a { background-color: rgb(132,254,150); }

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

<style>
 span { border-color: #84FE96; }

 span { border-color: rgb(132,254,150); }

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