Html Css Color HEX #86D977 Pastel Green

📋 copy color: '#86D977'

red 134 ◦ green 217 ◦ blue 119

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

Shades of Pastel Green #86D977

Tints of Pastel Green #86D977

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.17%

 BLUE value IS 119 (46.88% from 255) = 25.32%

R = 28.51%
G = 46.17%
B = 25.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#86D977 (or 0x86D977) is known color: Pastel Green. HEX triplet: 86, D9 and 77. RGB value is (134,217,119). Sum of RGB (Red+Green+Blue) = 134+217+119=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 217 (85.16% from 255 or 46.17% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 217 - color contains mainly: green. Hex color #86D977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D977 is #792688. Grayscale: #B5B5B5. Windows color (decimal): -7939721 or 7854470. OLE color: 7854470.

HSL color Cylindrical-coordinate representation of color #86D977: hue angle of 110.82º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86D977 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 119 -
CMYK 0.38 0 0.45 0.15
HSL 110.82º 0.56% 0.66% -
HSV(B) 110.82º 0.45% 0.85% -
XYZ 37.97 56.03 26.27 -
YUV 181.01 93 94.47 -
System Red Green Blue C M Y K H S L
Decimal 134 217 119 0.38 0 0.45 0.15 110.82 0.56 0.66
Hex 86 D9 77 26 0 2D F 6F 38 42
Octal 206 331 167 46 0 55 17 157 70 102
Binary 10000110 11011001 1110111 100110 0 101101 1111 1101111 111000 1000010

Color Harmonies of #86D977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D977

Black with #86D977

Text Example


Text Example

White with #86D977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,119); }

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

background-color css

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

 a { background-color: rgb(134,217,119); }

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

border-color css

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

 span { border-color: rgb(134,217,119); }

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