#86DD7B

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

Shades of Pastel Green #86DD7B

Tints of Pastel Green #86DD7B

Color information

#86DD7B (or 0x86DD7B) is unknown color: approx Pastel Green. HEX triplet: 86, DD and 7B. RGB value is (134,221,123). Sum of RGB (Red+Green+Blue) = 134+221+123=478 (63% of max value = 765). Red value is 134 (52.73% from 255 or 28.03% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD7B is #792284. Grayscale: #B8B8B8. Windows color (decimal): -7938693 or 8117638. OLE color: 8117638.

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

Color convert

RGB134221123-
CMYK0.3900.440.13
HSL113.27º59.04%67.45%-
HSV(B)113.27º44.34%86.67%-
XYZ39.2658.2127.91-
YUV183.8293.6892.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.03%
GREEN value IS 221 (86.72% from 255) = 46.23%
BLUE value IS 123 (48.44% from 255) = 25.73%
R=28.03%
G=46.23%
B=25.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211230.3900.440.13113.2759.0467.45
Hex86DD7B2702CD713b43
Octal206335173470541516173103
Binary100001101101110111110111001110101100110111100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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