#9DFF85

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

Shades of Mint Green #9DFF85

Tints of Mint Green #9DFF85

Color information

#9DFF85 (or 0x9DFF85) is unknown color: approx Mint Green. HEX triplet: 9D, FF and 85. RGB value is (157,255,133). Sum of RGB (Red+Green+Blue) = 157+255+133=545 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.81% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 133 (52.34% from 255 or 24.40% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DFF85 is #62007A. Grayscale: #D4D4D4. Windows color (decimal): -6422651 or 8781725. OLE color: 8781725.

HSL color Cylindrical-coordinate representation of color #9DFF85: hue angle of 108.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 #9DFF85 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB157255133-
CMYK0.3800.480
HSL108.2º100%76.08%-
HSV(B)108.2º47.84%100%-
XYZ53.980.3834.86-
YUV211.7983.5388.92-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.81%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 133 (52.34% from 255) = 24.40%
R=28.81%
G=46.79%
B=24.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572551330.3800.480108.210076.08
Hex9DFF852603006c644c
Octal235377205460600154144114
Binary10011101111111111000010110011001100000110110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DFF85; }

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

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

<style>
 a { background-color: #9DFF85; }

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

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

<style>
 span { border-color: #9DFF85; }

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

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