Html Css Color HEX #84FF94 Mint Green

📋 copy color: '#84FF94'

red 132 ◦ green 255 ◦ blue 148

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

Shades of Mint Green #84FF94

Tints of Mint Green #84FF94

RGB

 RED value IS 132 (51.95% from 255) = 24.67%

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

 BLUE value IS 148 (58.2% from 255) = 27.66%

R = 24.67%
G = 47.66%
B = 27.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#84FF94 (or 0x84FF94) is known color: Mint Green. HEX triplet: 84, FF and 94. RGB value is (132,255,148). Sum of RGB (Red+Green+Blue) = 132+255+148=535 (70% of max value = 765). Red value is 132 (51.95% from 255 or 24.67% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #84FF94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FF94 is #7B006B. Grayscale: #CECECE. Windows color (decimal): -8061036 or 9764740. OLE color: 9764740.

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

Color convert

RGB 132 255 148 -
CMYK 0.48 0 0.42 0
HSL 127.8º 1% 0.76% -
HSV(B) 127.8º 0.48% 1% -
XYZ 50.62 78.56 40.51 -
YUV 206.03 95.25 75.2 -
System Red Green Blue C M Y K H S L
Decimal 132 255 148 0.48 0 0.42 0 127.8 1 0.76
Hex 84 FF 94 30 0 2A 0 80 64 4C
Octal 204 377 224 60 0 52 0 200 144 114
Binary 10000100 11111111 10010100 110000 0 101010 0 10000000 1100100 1001100

Color Harmonies of #84FF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84FF94

Black with #84FF94

Text Example


Text Example

White with #84FF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,255,148); }

 H1.HeaderClassName
 {
   color: #84FF94;
 }
 .AnyTagClassName
 {
   color: #84FF94;
 }
</style>

background-color css

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

 a { background-color: rgb(132,255,148); }

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

border-color css

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

 span { border-color: rgb(132,255,148); }

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