#86DE72

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

Shades of Pastel Green #86DE72

Tints of Pastel Green #86DE72

Color information

#86DE72 (or 0x86DE72) is unknown color: approx Pastel Green. HEX triplet: 86, DE and 72. RGB value is (134,222,114). Sum of RGB (Red+Green+Blue) = 134+222+114=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DE72 is #79218D. Grayscale: #B7B7B7. Windows color (decimal): -7938446 or 7528070. OLE color: 7528070.

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

Color convert

RGB134222114-
CMYK0.4000.490.13
HSL108.89º62.07%65.88%-
HSV(B)108.89º48.65%87.06%-
XYZ38.9958.5325.16-
YUV183.3888.8592.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 222 (87.11% from 255) = 47.23%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=28.51%
G=47.23%
B=24.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221140.4000.490.13108.8962.0765.88
Hex86DE7228031D6d3e42
Octal206336162500611515576102
Binary100001101101111011100101010000110001110111011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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