Html Css Color HEX #86D97D Pastel Green

📋 copy color: '#86D97D'

red 134 ◦ green 217 ◦ blue 125

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

Shades of Pastel Green #86D97D

Tints of Pastel Green #86D97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.26%

R = 28.15%
G = 45.59%
B = 26.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#86D97D (or 0x86D97D) is known color: Pastel Green. HEX triplet: 86, D9 and 7D. RGB value is (134,217,125). Sum of RGB (Red+Green+Blue) = 134+217+125=476 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.15% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #86D97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D97D is #792682. Grayscale: #B5B5B5. Windows color (decimal): -7939715 or 8247686. OLE color: 8247686.

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

Color convert

RGB 134 217 125 -
CMYK 0.38 0 0.42 0.15
HSL 114.13º 0.55% 0.67% -
HSV(B) 114.13º 0.42% 0.85% -
XYZ 38.35 56.17 28.22 -
YUV 181.7 96 93.98 -
System Red Green Blue C M Y K H S L
Decimal 134 217 125 0.38 0 0.42 0.15 114.13 0.55 0.67
Hex 86 D9 7D 26 0 2A F 72 37 43
Octal 206 331 175 46 0 52 17 162 67 103
Binary 10000110 11011001 1111101 100110 0 101010 1111 1110010 110111 1000011

Color Harmonies of #86D97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D97D

Black with #86D97D

Text Example


Text Example

White with #86D97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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