Html Css Color HEX #86D377 Pastel Green

📋 copy color: '#86D377'

red 134 ◦ green 211 ◦ blue 119

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

Shades of Pastel Green #86D377

Tints of Pastel Green #86D377

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.47%

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

R = 28.88%
G = 45.47%
B = 25.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#86D377 (or 0x86D377) is known color: Pastel Green. HEX triplet: 86, D3 and 77. RGB value is (134,211,119). Sum of RGB (Red+Green+Blue) = 134+211+119=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #86D377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D377 is #792C88. Grayscale: #B1B1B1. Windows color (decimal): -7941257 or 7852934. OLE color: 7852934.

HSL color Cylindrical-coordinate representation of color #86D377: hue angle of 110.22º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86D377 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 119 -
CMYK 0.36 0 0.44 0.17
HSL 110.22º 0.51% 0.65% -
HSV(B) 110.22º 0.44% 0.83% -
XYZ 36.46 52.99 25.76 -
YUV 177.49 94.99 96.98 -
System Red Green Blue C M Y K H S L
Decimal 134 211 119 0.36 0 0.44 0.17 110.22 0.51 0.65
Hex 86 D3 77 24 0 2C 11 6E 33 41
Octal 206 323 167 44 0 54 21 156 63 101
Binary 10000110 11010011 1110111 100100 0 101100 10001 1101110 110011 1000001

Color Harmonies of #86D377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D377

Black with #86D377

Text Example


Text Example

White with #86D377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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