Html Css Color HEX #94FF84 Mint Green

📋 copy color: '#94FF84'

red 148 ◦ green 255 ◦ blue 132

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

Shades of Mint Green #94FF84

Tints of Mint Green #94FF84

RGB

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

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

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

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

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #94FF84: hue angle of 112.2º 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 #94FF84 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB 148 255 132 -
CMYK 0.42 0 0.48 0
HSL 112.2º 1% 0.76% -
HSV(B) 112.2º 0.48% 1% -
XYZ 52.14 79.48 34.42 -
YUV 208.99 84.55 84.5 -
System Red Green Blue C M Y K H S L
Decimal 148 255 132 0.42 0 0.48 0 112.2 1 0.76
Hex 94 FF 84 2A 0 30 0 70 64 4C
Octal 224 377 204 52 0 60 0 160 144 114
Binary 10010100 11111111 10000100 101010 0 110000 0 1110000 1100100 1001100

Color Harmonies of #94FF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FF84

Black with #94FF84

Text Example


Text Example

White with #94FF84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94FF84; }

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

 H1.HeaderClassName
 {
   color: #94FF84;
 }
 .AnyTagClassName
 {
   color: #94FF84;
 }
</style>

background-color css

<style>
 a { background-color: #94FF84; }

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

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

border-color css

<style>
 span { border-color: #94FF84; }

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

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