#96FF85

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

Shades of Mint Green #96FF85

Tints of Mint Green #96FF85

Color information

#96FF85 (or 0x96FF85) is unknown color: approx Mint Green. HEX triplet: 96, FF and 85. RGB value is (150,255,133). Sum of RGB (Red+Green+Blue) = 150+255+133=538 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.88% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96FF85 is #69007A. Grayscale: #D2D2D2. Windows color (decimal): -6881403 or 8781718. OLE color: 8781718.

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

Color convert

RGB150255133-
CMYK0.4100.480
HSL111.64º100%76.08%-
HSV(B)111.64º47.84%100%-
XYZ52.5779.734.8-
YUV209.784.7185.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.88%
GREEN value IS 255 (100% from 255) = 47.40%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=27.88%
G=47.40%
B=24.72%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551330.4100.480111.6410076.08
Hex96FF8529030070644c
Octal226377205510600160144114
Binary10010110111111111000010110100101100000111000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96FF85; }

 p { color: rgb(150,255,133); }

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

<style>
 a { background-color: #96FF85; }

 a { background-color: rgb(150,255,133); }

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

<style>
 span { border-color: #96FF85; }

 span { border-color: rgb(150,255,133); }

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