Html Css Color HEX #86E37F Pastel Green

📋 copy color: '#86E37F'

red 134 ◦ green 227 ◦ blue 127

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

Shades of Pastel Green #86E37F

Tints of Pastel Green #86E37F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.52%

 BLUE value IS 127 (50% from 255) = 26.02%

R = 27.46%
G = 46.52%
B = 26.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#86E37F (or 0x86E37F) is known color: Pastel Green. HEX triplet: 86, E3 and 7F. RGB value is (134,227,127). Sum of RGB (Red+Green+Blue) = 134+227+127=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #86E37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E37F is #791C80. Grayscale: #BCBCBC. Windows color (decimal): -7937153 or 8381318. OLE color: 8381318.

HSL color Cylindrical-coordinate representation of color #86E37F: hue angle of 115.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86E37F is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 134 227 127 -
CMYK 0.41 0 0.44 0.11
HSL 115.8º 0.64% 0.69% -
HSV(B) 115.8º 0.44% 0.89% -
XYZ 41.13 61.54 29.79 -
YUV 187.79 93.69 89.63 -
System Red Green Blue C M Y K H S L
Decimal 134 227 127 0.41 0 0.44 0.11 115.8 0.64 0.69
Hex 86 E3 7F 29 0 2C B 74 40 45
Octal 206 343 177 51 0 54 13 164 100 105
Binary 10000110 11100011 1111111 101001 0 101100 1011 1110100 1000000 1000101

Color Harmonies of #86E37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E37F

Black with #86E37F

Text Example


Text Example

White with #86E37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,227,127); }

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

background-color css

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

 a { background-color: rgb(134,227,127); }

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

border-color css

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

 span { border-color: rgb(134,227,127); }

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