#86DE75

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

Shades of Pastel Green #86DE75

Tints of Pastel Green #86DE75

Color information

#86DE75 (or 0x86DE75) is unknown color: approx Pastel Green. HEX triplet: 86, DE and 75. RGB value is (134,222,117). Sum of RGB (Red+Green+Blue) = 134+222+117=473 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.33% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE75 is #79218A. Grayscale: #B8B8B8. Windows color (decimal): -7938443 or 7724678. OLE color: 7724678.

HSL color Cylindrical-coordinate representation of color #86DE75: hue angle of 110.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86DE75 is Cyan = 0.40, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB134222117-
CMYK0.4000.470.13
HSL110.29º61.4%66.47%-
HSV(B)110.29º47.3%87.06%-
XYZ39.1658.626.08-
YUV183.7290.3592.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.33%
GREEN value IS 222 (87.11% from 255) = 46.93%
BLUE value IS 117 (46.09% from 255) = 24.74%
R=28.33%
G=46.93%
B=24.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221170.4000.470.13110.2961.466.47
Hex86DE752802FD6e3d42
Octal206336165500571515675102
Binary100001101101111011101011010000101111110111011101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,117); }

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

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

 a { background-color: rgb(134,222,117); }

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

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

 span { border-color: rgb(134,222,117); }

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