Html Css Color HEX #86D77C Pastel Green

📋 copy color: '#86D77C'

red 134 ◦ green 215 ◦ blue 124

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

Shades of Pastel Green #86D77C

Tints of Pastel Green #86D77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.45%

 BLUE value IS 124 (48.83% from 255) = 26.22%

R = 28.33%
G = 45.45%
B = 26.22%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#86D77C (or 0x86D77C) is known color: Pastel Green. HEX triplet: 86, D7 and 7C. RGB value is (134,215,124). Sum of RGB (Red+Green+Blue) = 134+215+124=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 215 (84.38% from 255 or 45.45% from 473); Blue value is 124 (48.83% from 255 or 26.22% from 473); Max value from RGB is 215 - color contains mainly: green. Hex color #86D77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D77C is #792883. Grayscale: #B4B4B4. Windows color (decimal): -7940228 or 8181638. OLE color: 8181638.

HSL color Cylindrical-coordinate representation of color #86D77C: hue angle of 113.41º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D77C is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 124 -
CMYK 0.38 0 0.42 0.16
HSL 113.41º 0.53% 0.66% -
HSV(B) 113.41º 0.42% 0.84% -
XYZ 37.77 55.12 27.72 -
YUV 180.41 96.16 94.9 -
System Red Green Blue C M Y K H S L
Decimal 134 215 124 0.38 0 0.42 0.16 113.41 0.53 0.66
Hex 86 D7 7C 26 0 2A 10 71 35 42
Octal 206 327 174 46 0 52 20 161 65 102
Binary 10000110 11010111 1111100 100110 0 101010 10000 1110001 110101 1000010

Color Harmonies of #86D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D77C

Black with #86D77C

Text Example


Text Example

White with #86D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,124); }

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

background-color css

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

 a { background-color: rgb(134,215,124); }

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

border-color css

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

 span { border-color: rgb(134,215,124); }

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