#86ed5b

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

Shades of Pastel Green #86ED5B

Tints of Pastel Green #86ED5B

Color information

#86ED5B (or 0x86ED5B) is unknown color: approx Pastel Green. HEX triplet: 86, ED and 5B. RGB value is (134,237,91). Sum of RGB (Red+Green+Blue) = 134+237+91=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86ED5B is #7912A4. Grayscale: #BEBEBE. Windows color (decimal): -7934629 or 6024582. OLE color: 6024582.

HSL color Cylindrical-coordinate representation of color #86ED5B: hue angle of 102.33º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #86ED5B is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB13423791-
CMYK0.4300.620.07
HSL102.33º80.22%64.31%-
HSV(B)102.33º61.6%92.94%-
XYZ4266.3920.5-
YUV189.5672.3888.37-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 237 (92.97% from 255) = 51.30%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=29.00%
G=51.30%
B=19.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134237910.4300.620.07102.3380.2264.31
Hex86ED5B2B03E7665040
Octal206355133530767146120100
Binary100001101110110110110111010110111110111110011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86ed5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,237,91); }

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

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

 a { background-color: rgb(134,237,91); }

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

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

 span { border-color: rgb(134,237,91); }

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