#86DD7A

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

Shades of Pastel Green #86DD7A

Tints of Pastel Green #86DD7A

Color information

#86DD7A (or 0x86DD7A) is unknown color: approx Pastel Green. HEX triplet: 86, DD and 7A. RGB value is (134,221,122). Sum of RGB (Red+Green+Blue) = 134+221+122=477 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.09% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD7A is #792285. Grayscale: #B8B8B8. Windows color (decimal): -7938694 or 8052102. OLE color: 8052102.

HSL color Cylindrical-coordinate representation of color #86DD7A: hue angle of 112.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86DD7A is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB134221122-
CMYK0.3900.450.13
HSL112.73º59.28%67.25%-
HSV(B)112.73º44.8%86.67%-
XYZ39.258.1927.58-
YUV183.793.1892.55-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.09%
GREEN value IS 221 (86.72% from 255) = 46.33%
BLUE value IS 122 (48.05% from 255) = 25.58%
R=28.09%
G=46.33%
B=25.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211220.3900.450.13112.7359.2867.25
Hex86DD7A2702DD713b43
Octal206335172470551516173103
Binary100001101101110111110101001110101101110111100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,122); }

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

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

 a { background-color: rgb(134,221,122); }

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

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

 span { border-color: rgb(134,221,122); }

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