#86EB73

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

Shades of Pastel Green #86EB73

Tints of Pastel Green #86EB73

Color information

#86EB73 (or 0x86EB73) is unknown color: approx Pastel Green. HEX triplet: 86, EB and 73. RGB value is (134,235,115). Sum of RGB (Red+Green+Blue) = 134+235+115=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86EB73 is #79148C. Grayscale: #BFBFBF. Windows color (decimal): -7935117 or 7596934. OLE color: 7596934.

HSL color Cylindrical-coordinate representation of color #86EB73: hue angle of 110.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86EB73 is Cyan = 0.43, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB134235115-
CMYK0.4300.510.08
HSL110.5º75%68.63%-
HSV(B)110.5º51.06%92.16%-
XYZ42.6365.7226.66-
YUV191.1285.0487.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.69%
GREEN value IS 235 (92.19% from 255) = 48.55%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=27.69%
G=48.55%
B=23.76%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342351150.4300.510.08110.57568.63
Hex86EB732B03386e4b45
Octal2063531635306310156113105
Binary1000011011101011111001110101101100111000110111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,235,115); }

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

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

 a { background-color: rgb(134,235,115); }

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

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

 span { border-color: rgb(134,235,115); }

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