Html Css Color HEX #86D671 Pastel Green

📋 copy color: '#86D671'

red 134 ◦ green 214 ◦ blue 113

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

Shades of Pastel Green #86D671

Tints of Pastel Green #86D671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.42%

 BLUE value IS 113 (44.53% from 255) = 24.51%

R = 29.07%
G = 46.42%
B = 24.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#86D671 (or 0x86D671) is known color: Pastel Green. HEX triplet: 86, D6 and 71. RGB value is (134,214,113). Sum of RGB (Red+Green+Blue) = 134+214+113=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #86D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D671 is #79298E. Grayscale: #B2B2B2. Windows color (decimal): -7940495 or 7460486. OLE color: 7460486.

HSL color Cylindrical-coordinate representation of color #86D671: hue angle of 107.52º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86D671 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 214 113 -
CMYK 0.37 0 0.47 0.16
HSL 107.52º 0.55% 0.64% -
HSV(B) 107.52º 0.47% 0.84% -
XYZ 36.86 54.35 24.17 -
YUV 178.57 91 96.21 -
System Red Green Blue C M Y K H S L
Decimal 134 214 113 0.37 0 0.47 0.16 107.52 0.55 0.64
Hex 86 D6 71 25 0 2F 10 6C 37 40
Octal 206 326 161 45 0 57 20 154 67 100
Binary 10000110 11010110 1110001 100101 0 101111 10000 1101100 110111 1000000

Color Harmonies of #86D671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D671

Black with #86D671

Text Example


Text Example

White with #86D671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,214,113); }

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

background-color css

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

 a { background-color: rgb(134,214,113); }

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

border-color css

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

 span { border-color: rgb(134,214,113); }

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