Html Css Color HEX #86E775 Pastel Green

📋 copy color: '#86E775'

red 134 ◦ green 231 ◦ blue 117

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

Shades of Pastel Green #86E775

Tints of Pastel Green #86E775

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.93%

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 27.8%
G = 47.93%
B = 24.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#86E775 (or 0x86E775) is known color: Pastel Green. HEX triplet: 86, E7 and 75. RGB value is (134,231,117). Sum of RGB (Red+Green+Blue) = 134+231+117=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 231 - color contains mainly: green. Hex color #86E775 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E775 is #79188A. Grayscale: #BDBDBD. Windows color (decimal): -7936139 or 7726982. OLE color: 7726982.

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

Color convert

RGB 134 231 117 -
CMYK 0.42 0 0.49 0.09
HSL 111.05º 0.7% 0.68% -
HSV(B) 111.05º 0.49% 0.91% -
XYZ 41.62 63.5 26.89 -
YUV 189 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 134 231 117 0.42 0 0.49 0.09 111.05 0.7 0.68
Hex 86 E7 75 2A 0 31 9 6F 46 44
Octal 206 347 165 52 0 61 11 157 106 104
Binary 10000110 11100111 1110101 101010 0 110001 1001 1101111 1000110 1000100

Color Harmonies of #86E775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86E775

Black with #86E775

Text Example


Text Example

White with #86E775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,231,117); }

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

background-color css

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

 a { background-color: rgb(134,231,117); }

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

border-color css

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

 span { border-color: rgb(134,231,117); }

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