Html Css Color HEX #9DFF85 Mint Green

📋 copy color: '#9DFF85'

red 157 ◦ green 255 ◦ blue 133

#9DFF85
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mint Green #9DFF85

Tints of Mint Green #9DFF85

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.4%

R = 28.81%
G = 46.79%
B = 24.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#9DFF85 (or 0x9DFF85) is known color: 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

RGB 157 255 133 -
CMYK 0.38 0 0.48 0
HSL 108.2º 1% 0.76% -
HSV(B) 108.2º 0.48% 1% -
XYZ 53.9 80.38 34.86 -
YUV 211.79 83.53 88.92 -
System Red Green Blue C M Y K H S L
Decimal 157 255 133 0.38 0 0.48 0 108.2 1 0.76
Hex 9D FF 85 26 0 30 0 6C 64 4C
Octal 235 377 205 46 0 60 0 154 144 114
Binary 10011101 11111111 10000101 100110 0 110000 0 1101100 1100100 1001100

Color Harmonies of #9DFF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFF85

Black with #9DFF85

Text Example


Text Example

White with #9DFF85

Text Example


Text Example

HTML Codes & Css Web 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>