Html Css Color HEX #86D979 Pastel Green

📋 copy color: '#86D979'

red 134 ◦ green 217 ◦ blue 121

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

Shades of Pastel Green #86D979

Tints of Pastel Green #86D979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.64%

R = 28.39%
G = 45.97%
B = 25.64%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#86D979 (or 0x86D979) is known color: Pastel Green. HEX triplet: 86, D9 and 79. RGB value is (134,217,121). Sum of RGB (Red+Green+Blue) = 134+217+121=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 217 - color contains mainly: green. Hex color #86D979 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D979 is #792686. Grayscale: #B5B5B5. Windows color (decimal): -7939719 or 7985542. OLE color: 7985542.

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

Color convert

RGB 134 217 121 -
CMYK 0.38 0 0.44 0.15
HSL 111.88º 0.56% 0.66% -
HSV(B) 111.88º 0.44% 0.85% -
XYZ 38.1 56.07 26.9 -
YUV 181.24 94 94.31 -
System Red Green Blue C M Y K H S L
Decimal 134 217 121 0.38 0 0.44 0.15 111.88 0.56 0.66
Hex 86 D9 79 26 0 2C F 70 38 42
Octal 206 331 171 46 0 54 17 160 70 102
Binary 10000110 11011001 1111001 100110 0 101100 1111 1110000 111000 1000010

Color Harmonies of #86D979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D979

Black with #86D979

Text Example


Text Example

White with #86D979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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