#86D071

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

Shades of Pastel Green #86D071

Tints of Pastel Green #86D071

Color information

#86D071 (or 0x86D071) is unknown color: approx Pastel Green. HEX triplet: 86, D0 and 71. RGB value is (134,208,113). Sum of RGB (Red+Green+Blue) = 134+208+113=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #86D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D071 is #792F8E. Grayscale: #AFAFAF. Windows color (decimal): -7942031 or 7458950. OLE color: 7458950.

HSL color Cylindrical-coordinate representation of color #86D071: hue angle of 106.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86D071 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB134208113-
CMYK0.3600.460.18
HSL106.74º50.26%62.94%-
HSV(B)106.74º45.67%81.57%-
XYZ35.3751.3723.67-
YUV175.0492.9898.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 208 (81.64% from 255) = 45.71%
BLUE value IS 113 (44.53% from 255) = 24.84%
R=29.45%
G=45.71%
B=24.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342081130.3600.460.18106.7450.2662.94
Hex86D0712402E126b323f
Octal20632016144056221536277
Binary100001101101000011100011001000101110100101101011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,208,113); }

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

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

 a { background-color: rgb(134,208,113); }

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

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

 span { border-color: rgb(134,208,113); }

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