#86DE83

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

Shades of Pastel Green #86DE83

Tints of Pastel Green #86DE83

Color information

#86DE83 (or 0x86DE83) is unknown color: approx Pastel Green. HEX triplet: 86, DE and 83. RGB value is (134,222,131). Sum of RGB (Red+Green+Blue) = 134+222+131=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE83 is #79217C. Grayscale: #B9B9B9. Windows color (decimal): -7938429 or 8642182. OLE color: 8642182.

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

Color convert

RGB134222131-
CMYK0.4000.410.13
HSL118.02º57.96%69.22%-
HSV(B)118.02º40.99%87.06%-
XYZ40.0558.9530.74-
YUV185.3197.3591.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.52%
GREEN value IS 222 (87.11% from 255) = 45.59%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=27.52%
G=45.59%
B=26.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342221310.4000.410.13118.0257.9669.22
Hex86DE8328029D763a45
Octal206336203500511516672105
Binary1000011011011110100000111010000101001110111101101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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