#86D56D

Color #86D56D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #86D56D

Tints of Pastel Green #86D56D

Color information

#86D56D (or 0x86D56D) is unknown color: approx Pastel Green. HEX triplet: 86, D5 and 6D. RGB value is (134,213,109). Sum of RGB (Red+Green+Blue) = 134+213+109=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #86D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D56D is #792A92. Grayscale: #B1B1B1. Windows color (decimal): -7940755 or 7198086. OLE color: 7198086.

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

Color convert

RGB134213109-
CMYK0.3700.490.16
HSL105.58º55.32%63.14%-
HSV(B)105.58º48.83%83.53%-
XYZ36.3953.7622.93-
YUV177.5289.3396.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 213 (83.59% from 255) = 46.71%
BLUE value IS 109 (42.97% from 255) = 23.90%
R=29.39%
G=46.71%
B=23.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1342131090.3700.490.16105.5855.3263.14
Hex86D56D25031106a373f
Octal20632515545061201526777
Binary100001101101010111011011001010110001100001101010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,213,109); }

 H1.HeaderClassName
 {
   color: #86D56D;
 }
 .AnyTagClassName
 {
   color: #86D56D;
 }
</style>
background-color css

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

 a { background-color: rgb(134,213,109); }

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

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

 span { border-color: rgb(134,213,109); }

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