Html Css Color HEX #95FF86 Mint Green

📋 copy color: '#95FF86'

red 149 ◦ green 255 ◦ blue 134

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

Shades of Mint Green #95FF86

Tints of Mint Green #95FF86

RGB

 RED value IS 149 (58.59% from 255) = 27.7%

 GREEN value IS 255 (100% from 255) = 47.4%

 BLUE value IS 134 (52.73% from 255) = 24.91%

R = 27.7%
G = 47.4%
B = 24.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0

RGB Variations

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

Color information

#95FF86 (or 0x95FF86) is known color: Mint Green. HEX triplet: 95, FF and 86. RGB value is (149,255,134). Sum of RGB (Red+Green+Blue) = 149+255+134=538 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.70% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95FF86 is #6A0079. Grayscale: #D1D1D1. Windows color (decimal): -6946938 or 8847253. OLE color: 8847253.

HSL color Cylindrical-coordinate representation of color #95FF86: hue angle of 112.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95FF86 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.

Color convert

RGB 149 255 134 -
CMYK 0.42 0 0.47 0
HSL 112.56º 1% 0.76% -
HSV(B) 112.56º 0.47% 1% -
XYZ 52.46 79.63 35.16 -
YUV 209.51 85.38 84.84 -
System Red Green Blue C M Y K H S L
Decimal 149 255 134 0.42 0 0.47 0 112.56 1 0.76
Hex 95 FF 86 2A 0 2F 0 71 64 4C
Octal 225 377 206 52 0 57 0 161 144 114
Binary 10010101 11111111 10000110 101010 0 101111 0 1110001 1100100 1001100

Color Harmonies of #95FF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FF86

Black with #95FF86

Text Example


Text Example

White with #95FF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,255,134); }

 H1.HeaderClassName
 {
   color: #95FF86;
 }
 .AnyTagClassName
 {
   color: #95FF86;
 }
</style>

background-color css

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

 a { background-color: rgb(149,255,134); }

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

border-color css

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

 span { border-color: rgb(149,255,134); }

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