#95FE85

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

Shades of Mint Green #95FE85

Tints of Mint Green #95FE85

Color information

#95FE85 (or 0x95FE85) is unknown color: approx Mint Green. HEX triplet: 95, FE and 85. RGB value is (149,254,133). Sum of RGB (Red+Green+Blue) = 149+254+133=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FE85 is #6A017A. Grayscale: #D1D1D1. Windows color (decimal): -6947195 or 8781461. OLE color: 8781461.

HSL color Cylindrical-coordinate representation of color #95FE85: hue angle of 112.07º 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 #95FE85 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB149254133-
CMYK0.4100.480.00
HSL112.07º98.37%75.88%-
HSV(B)112.07º47.64%99.61%-
XYZ52.0778.9734.69-
YUV208.8185.2185.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.80%
GREEN value IS 254 (99.61% from 255) = 47.39%
BLUE value IS 133 (52.34% from 255) = 24.81%
R=27.80%
G=47.39%
B=24.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492541330.4100.480.00112.0798.3775.88
Hex95FE8529030070624c
Octal225376205510600160142114
Binary10010101111111101000010110100101100000111000011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95FE85; }

 p { color: rgb(149,254,133); }

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

<style>
 a { background-color: #95FE85; }

 a { background-color: rgb(149,254,133); }

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

<style>
 span { border-color: #95FE85; }

 span { border-color: rgb(149,254,133); }

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