#94FD8D

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

Shades of Mint Green #94FD8D

Tints of Mint Green #94FD8D

Color information

#94FD8D (or 0x94FD8D) is unknown color: approx Mint Green. HEX triplet: 94, FD and 8D. RGB value is (148,253,141). Sum of RGB (Red+Green+Blue) = 148+253+141=542 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.31% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD8D is #6B0272. Grayscale: #D1D1D1. Windows color (decimal): -7012979 or 9305492. OLE color: 9305492.

HSL color Cylindrical-coordinate representation of color #94FD8D: hue angle of 116.25º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #94FD8D is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB148253141-
CMYK0.4200.440.01
HSL116.25º96.55%77.25%-
HSV(B)116.25º44.27%99.22%-
XYZ52.1578.4737.6-
YUV208.8489.7184.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.31%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 141 (55.47% from 255) = 26.01%
R=27.31%
G=46.68%
B=26.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531410.4200.440.01116.2596.5577.25
Hex94FD8D2A02C174614d
Octal224375215520541164141115
Binary10010100111111011000110110101001011001111010011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,253,141); }

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

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

 a { background-color: rgb(148,253,141); }

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

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

 span { border-color: rgb(148,253,141); }

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