Html Css Color HEX #86D473 Pastel Green

📋 copy color: '#86D473'

red 134 ◦ green 212 ◦ blue 115

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

Shades of Pastel Green #86D473

Tints of Pastel Green #86D473

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.99%

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 29.07%
G = 45.99%
B = 24.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#86D473 (or 0x86D473) is known color: Pastel Green. HEX triplet: 86, D4 and 73. RGB value is (134,212,115). Sum of RGB (Red+Green+Blue) = 134+212+115=461 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.07% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #86D473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D473 is #792B8C. Grayscale: #B1B1B1. Windows color (decimal): -7941005 or 7591046. OLE color: 7591046.

HSL color Cylindrical-coordinate representation of color #86D473: hue angle of 108.25º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86D473 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 212 115 -
CMYK 0.37 0 0.46 0.17
HSL 108.25º 0.53% 0.64% -
HSV(B) 108.25º 0.46% 0.83% -
XYZ 36.47 53.39 24.6 -
YUV 177.62 92.66 96.89 -
System Red Green Blue C M Y K H S L
Decimal 134 212 115 0.37 0 0.46 0.17 108.25 0.53 0.64
Hex 86 D4 73 25 0 2E 11 6C 35 40
Octal 206 324 163 45 0 56 21 154 65 100
Binary 10000110 11010100 1110011 100101 0 101110 10001 1101100 110101 1000000

Color Harmonies of #86D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D473

Black with #86D473

Text Example


Text Example

White with #86D473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,212,115); }

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

background-color css

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

 a { background-color: rgb(134,212,115); }

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

border-color css

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

 span { border-color: rgb(134,212,115); }

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