Html Css Color HEX #86EE71 Pastel Green

📋 copy color: '#86EE71'

red 134 ◦ green 238 ◦ blue 113

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

Shades of Pastel Green #86EE71

Tints of Pastel Green #86EE71

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.07%

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 27.63%
G = 49.07%
B = 23.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#86EE71 (or 0x86EE71) is known color: Pastel Green. HEX triplet: 86, EE and 71. RGB value is (134,238,113). Sum of RGB (Red+Green+Blue) = 134+238+113=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 238 (93.36% from 255 or 49.07% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EE71 is #79118E. Grayscale: #C1C1C1. Windows color (decimal): -7934351 or 7466630. OLE color: 7466630.

HSL color Cylindrical-coordinate representation of color #86EE71: hue angle of 109.92º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86EE71 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 134 238 113 -
CMYK 0.44 0 0.53 0.07
HSL 109.92º 0.79% 0.69% -
HSV(B) 109.92º 0.53% 0.93% -
XYZ 43.39 67.41 26.35 -
YUV 192.65 83.04 86.16 -
System Red Green Blue C M Y K H S L
Decimal 134 238 113 0.44 0 0.53 0.07 109.92 0.79 0.69
Hex 86 EE 71 2C 0 35 7 6E 4F 45
Octal 206 356 161 54 0 65 7 156 117 105
Binary 10000110 11101110 1110001 101100 0 110101 111 1101110 1001111 1000101

Color Harmonies of #86EE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86EE71

Black with #86EE71

Text Example


Text Example

White with #86EE71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,238,113); }

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

background-color css

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

 a { background-color: rgb(134,238,113); }

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

border-color css

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

 span { border-color: rgb(134,238,113); }

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