Html Css Color HEX #86E97E Pastel Green

📋 copy color: '#86E97E'

red 134 ◦ green 233 ◦ blue 126

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

Shades of Pastel Green #86E97E

Tints of Pastel Green #86E97E

RGB

 RED value IS 134 (52.73% from 255) = 27.18%

 GREEN value IS 233 (91.41% from 255) = 47.26%

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 27.18%
G = 47.26%
B = 25.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#86E97E (or 0x86E97E) is known color: Pastel Green. HEX triplet: 86, E9 and 7E. RGB value is (134,233,126). Sum of RGB (Red+Green+Blue) = 134+233+126=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 233 (91.41% from 255 or 47.26% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 233 - color contains mainly: green. Hex color #86E97E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E97E is #791681. Grayscale: #BFBFBF. Windows color (decimal): -7935618 or 8317318. OLE color: 8317318.

HSL color Cylindrical-coordinate representation of color #86E97E: hue angle of 115.51º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86E97E is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 134 233 126 -
CMYK 0.42 0 0.46 0.09
HSL 115.51º 0.71% 0.7% -
HSV(B) 115.51º 0.46% 0.91% -
XYZ 42.74 64.85 30 -
YUV 191.2 91.2 87.2 -
System Red Green Blue C M Y K H S L
Decimal 134 233 126 0.42 0 0.46 0.09 115.51 0.71 0.7
Hex 86 E9 7E 2A 0 2E 9 74 47 46
Octal 206 351 176 52 0 56 11 164 107 106
Binary 10000110 11101001 1111110 101010 0 101110 1001 1110100 1000111 1000110

Color Harmonies of #86E97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E97E

Black with #86E97E

Text Example


Text Example

White with #86E97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86E97E; }

 p { color: rgb(134,233,126); }

 H1.HeaderClassName
 {
   color: #86E97E;
 }
 .AnyTagClassName
 {
   color: #86E97E;
 }
</style>

background-color css

<style>
 a { background-color: #86E97E; }

 a { background-color: rgb(134,233,126); }

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

border-color css

<style>
 span { border-color: #86E97E; }

 span { border-color: rgb(134,233,126); }

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