#94FD95

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

Shades of Mint Green #94FD95

Tints of Mint Green #94FD95

Color information

#94FD95 (or 0x94FD95) is unknown color: approx Mint Green. HEX triplet: 94, FD and 95. RGB value is (148,253,149). Sum of RGB (Red+Green+Blue) = 148+253+149=550 (72% of max value = 765). Red value is 148 (58.20% from 255 or 26.91% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #94FD95 is #6B026A. Grayscale: #D2D2D2. Windows color (decimal): -7012971 or 9829780. OLE color: 9829780.

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

Color convert

RGB148253149-
CMYK0.4200.410.01
HSL120.57º96.33%78.63%-
HSV(B)120.57º41.5%99.22%-
XYZ52.7678.7240.85-
YUV209.7593.7183.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 26.91%
GREEN value IS 253 (99.22% from 255) = 46%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=26.91%
G=46%
B=27.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482531490.4200.410.01120.5796.3378.63
Hex94FD952A029179604f
Octal224375225520511171140117
Binary10010100111111011001010110101001010011111100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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