#86DF6F

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

Shades of Pastel Green #86DF6F

Tints of Pastel Green #86DF6F

Color information

#86DF6F (or 0x86DF6F) is unknown color: approx Pastel Green. HEX triplet: 86, DF and 6F. RGB value is (134,223,111). Sum of RGB (Red+Green+Blue) = 134+223+111=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DF6F is #792090. Grayscale: #B7B7B7. Windows color (decimal): -7938193 or 7331718. OLE color: 7331718.

HSL color Cylindrical-coordinate representation of color #86DF6F: hue angle of 107.68º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86DF6F is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB134223111-
CMYK0.4000.500.13
HSL107.68º63.64%65.49%-
HSV(B)107.68º50.22%87.45%-
XYZ39.0958.9924.37-
YUV183.6287.0192.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 223 (87.5% from 255) = 47.65%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=28.63%
G=47.65%
B=23.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342231110.4000.500.13107.6863.6465.49
Hex86DF6F28032D6c4041
Octal2063371575006215154100101
Binary1000011011011111110111110100001100101101110110010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,223,111); }

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

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

 a { background-color: rgb(134,223,111); }

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

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

 span { border-color: rgb(134,223,111); }

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