#86DA70

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

Shades of Pastel Green #86DA70

Tints of Pastel Green #86DA70

Color information

#86DA70 (or 0x86DA70) is unknown color: approx Pastel Green. HEX triplet: 86, DA and 70. RGB value is (134,218,112). Sum of RGB (Red+Green+Blue) = 134+218+112=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #86DA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DA70 is #79258F. Grayscale: #B5B5B5. Windows color (decimal): -7939472 or 7395974. OLE color: 7395974.

HSL color Cylindrical-coordinate representation of color #86DA70: hue angle of 107.55º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86DA70 is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB134218112-
CMYK0.3900.490.15
HSL107.55º58.89%64.71%-
HSV(B)107.55º48.62%85.49%-
XYZ37.8356.3824.22-
YUV180.889.1794.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.88%
GREEN value IS 218 (85.55% from 255) = 46.98%
BLUE value IS 112 (44.14% from 255) = 24.14%
R=28.88%
G=46.98%
B=24.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1342181120.3900.490.15107.5558.8964.71
Hex86DA7027031F6c3b41
Octal206332160470611715473101
Binary100001101101101011100001001110110001111111011001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,218,112); }

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

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

 a { background-color: rgb(134,218,112); }

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

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

 span { border-color: rgb(134,218,112); }

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